Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
francodriansetti committed Mar 1, 2024
1 parent e70e5ca commit d6a6e63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/branch-protection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Branch protection"
on:
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
test_job:
runs-on: ubuntu-latest
name: Branch naming protection check.
steps:
- uses: knawat/github-actions-gitflow@v1
4 changes: 4 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

runs-on: macos-latest

env:
API_KEY: ${{ secrets.API_KEY }}
ENTRY_ID: ${{ secrets.ENTRY_ID }}

steps:
- uses: actions/checkout@v4
- name: Build and run tests
Expand Down

0 comments on commit d6a6e63

Please sign in to comment.