Skip to content

Commit 90ad47d

Browse files
dgp1130alan-agius4
authored andcommitted
ci: add ci-* to GitHub actions config
This automatically runs full CI for any branch prefixed with `ci-`. This makes it easier to manually run CI prior to opening a pull request without having to update any files and make sure they aren't accidentally included in the final PR. (cherry picked from commit 524fc0c)
1 parent 03a1dc0 commit 90ad47d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77
- '[0-9]+.[0-9]+.x'
8+
9+
# Developers can make one-off pushes to `ci-*` branches to manually trigger full CI
10+
# prior to opening a pull request.
11+
- ci-*
812
pull_request:
913
types: [opened, synchronize, reopened]
1014

0 commit comments

Comments
 (0)