Commit 74e3475
committed
Make the main CI workflow easier to run in forks
This adds patterns besides the literal name `main` so CI runs on
`push` to any branch that has `run-ci` as a non-trailing component.
It also adds a `workflow_dispatch` trigger so the workflow can be
run (on any branch) manually from the Actions tab.
These are to make the workflow easier to run in forks, roughly
analogous to GitoxideLabs/gitoxide#1507.1 parent bfbaa1e commit 74e3475
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments