Skip to content

Commit c2f32bd

Browse files
committed
tmp: CI: Allow testing on 'fix-ci' branch
This allows us to make pull requests against this branch to test CI changes. Signed-off-by: David Brown <[email protected]>
1 parent 1cab77b commit c2f32bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
push:
1010
branches:
1111
- main
12+
- fix-ci
1213
- v*-branch
1314
pull_request:
1415
branches:
1516
- main
17+
- fix-ci
1618
- v*-branch
1719
schedule:
1820
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)