Skip to content

Commit 0f0d265

Browse files
backspaceclaude
andcommitted
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

File tree

.github/workflows/bisect-cs-10966.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ name: Bisect CS-10966
1212

1313
on:
1414
workflow_dispatch:
15+
push:
16+
branches:
17+
- rri-widen-relativeTo-cs-10966
18+
paths:
19+
- .github/workflows/bisect-cs-10966.yaml
1520

1621
permissions:
1722
contents: read

0 commit comments

Comments
 (0)