Skip to content

Commit 4105089

Browse files
Add workflow_dispatch for manual testing.
1 parent bb8d9ad commit 4105089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# GitHub Actions (.github/workflows/main.yml)
22
name: Node.js CI
33
on:
4-
pull_request:
4+
- pull_request:
55
branches:
66
- main
7+
- workflow_dispatch
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)