Skip to content

Commit

Permalink
Update workflows to new default main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Dec 9, 2020
1 parent 5ce5207 commit b3b633a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
push:
branches:
- master
- main
- 'tech/**'
- 'fix/**'
- 'feat/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_SPM_xcode_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
pull_request:
branches:
- master
- main

jobs:
test_ios:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_xcode_11.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
pull_request:
branches:
- master
- main

jobs:
test_ios:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_xcode_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run tests (12)
on:
pull_request:
branches:
- master
- main

jobs:
test_ios:
Expand Down

0 comments on commit b3b633a

Please sign in to comment.