Skip to content

Commit 63baa8e

Browse files
committed
Consistent rules for which branches CI runs on
1 parent e4f8ab4 commit 63baa8e

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: [ main, ci-experiments ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
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: [ main, ci-experiments ]
66
pull_request:
7-
branches: [ $default-branch, main, master ]
7+
branches: [ main ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)