Commit a2e1878
Run CI tests for push event on more branches
When a branch is named with a non-trailing (i.e. directory-like)
`run-ci` component, such as `run-ci/foo` or `bar/run-ci/baz`,
pushing to the branch will run the CI test workflow under the same
conditions that a push to `main` would run it.
This is primarily to allow CI to work in forks even when there is
no pull request, while still avoiding running it when it is not
wanted. Note that forks still need to enable GitHub Actions
workflows for this, or any workflows, to run in them.1 parent bc51282 commit a2e1878
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments