Skip to content

Commit bcfc2d0

Browse files
add workflow_dispatch trigger to build-node
This enables the manual "Run workflow" button in the GitHub Actions UI. Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
1 parent a598eb7 commit bcfc2d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Node
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- v20.18.3

0 commit comments

Comments
 (0)