Skip to content

Commit 13076ff

Browse files
committed
Consistent rules for which branches CI runs on
1 parent 7990192 commit 13076ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/swiftpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: SwiftPM regression tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ $default-branch, ci-experiments ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ $default-branch ]
88

99
jobs:
1010
test:

.github/workflows/xcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Xcode regression tests
22

33
on:
44
push:
5-
branches: [ $default-branch, main, master, ci-experiments ]
5+
branches: [ $default-branch, ci-experiments ]
66
pull_request:
7-
branches: [ $default-branch, main, master ]
7+
branches: [ $default-branch ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)