Commit 0f0d265
ci: bisect workflow also triggers on push to bisect branch
workflow_dispatch alone requires the workflow file to be on the default
branch (main) before GitHub registers it. Adding push: branches:[this-branch]
paths:[this-file] makes the workflow self-bootstrap — pushing the workflow
to this branch fires it once. Path filter prevents subsequent unrelated
pushes from re-running it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9dedb67 commit 0f0d265
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
0 commit comments