Skip to content

Commit

Permalink
Consistent rules for which branches CI runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Oct 24, 2021
1 parent 7990192 commit 2751763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: SwiftPM regression tests

on:
push:
branches: [ master ]
branches: [ main, ci-experiments ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Xcode regression tests

on:
push:
branches: [ $default-branch, main, master, ci-experiments ]
branches: [ main, ci-experiments ]
pull_request:
branches: [ $default-branch, main, master ]
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit 2751763

Please sign in to comment.