Skip to content

Commit 6af1efa

Browse files
guimardclaude
andcommitted
Add workflow_dispatch trigger to Node.js CI
Allows manual workflow runs for testing and debugging. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1d8ab5a commit 6af1efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [master]
99
pull_request:
1010
branches: [master]
11+
workflow_dispatch:
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)