Skip to content

Commit 55a11da

Browse files
committed
ci(workflows): add workflow_dispatch to validate and windows workflows as requested\n\n- Allow manual runs via Actions UI on both workflows\n- Keep duplicate-run avoidance by staying PR-only; no concurrency added\n\nRefs #1927, follow-up to PR review by @shellscape
1 parent f4b52f3 commit 55a11da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/node-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- edited
77
- opened
88
- synchronize
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- edited
77
- opened
88
- synchronize
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)