Skip to content

Commit fd59a6e

Browse files
w7-mgfcodew7-learnclaude
authored
ci: add workflow_dispatch trigger to CI workflow (#8)
Enables manual CI runs for release-please PRs that don't automatically trigger CI (only modify CHANGELOG.md). Co-authored-by: Gabe@w7dev <gabor@w7-7.net> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 66007a2 commit fd59a6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, dev]
66
pull_request:
77
branches: [main, dev]
8+
workflow_dispatch: # Allow manual trigger for release-please PRs
89

910
# Cancel in-progress runs on same branch
1011
concurrency:

0 commit comments

Comments
 (0)