Skip to content

Commit f2ebbd4

Browse files
timvwclaude
andcommitted
ci: add workflow_dispatch trigger for manual runs
Allow CI workflow to be triggered manually from GitHub Actions UI or via gh CLI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eac17a6 commit f2ebbd4

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]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)