Skip to content

Commit a66347c

Browse files
dsarnoclaude
andcommitted
ci(forensic): also trigger on push to this branch
workflow_dispatch alone needs the workflow on the default branch to register. Adding a path-scoped push trigger so the matrix runs on this forensic branch without merging to main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 93be8df commit a66347c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/forensic-issue-245.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Forensic / issue-245 dictionary hot-reload
66

77
on:
88
workflow_dispatch:
9+
push:
10+
branches:
11+
- dlight/wizardly-payne-37369d
12+
paths:
13+
- .github/workflows/forensic-issue-245.yml
14+
- docs/forensic/issue-245/**
915

1016
jobs:
1117
synthetic:

0 commit comments

Comments
 (0)