Skip to content

Commit ea91220

Browse files
GhostTypesclaude
andcommitted
feat: Allow manual workflow triggering
Add workflow_dispatch trigger to enable manual test runs from GitHub Actions UI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2733c5a commit ea91220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- 'tsconfig.json'
2626
- 'vitest.config.ts'
2727
- '.github/workflows/test.yml'
28+
workflow_dispatch:
2829

2930
jobs:
3031
test:

0 commit comments

Comments
 (0)