Skip to content

Commit 2a7f9fe

Browse files
add: workflow dispatch for test-and-lint.yml
1 parent 3b3d4f9 commit 2a7f9fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [ master, stable ]
55
pull_request:
66
branches: [ master, stable ]
7+
# Allows you to run this workflow manually from the Actions tab.
8+
workflow_dispatch:
9+
710
jobs:
811
build:
912
name: node.js

0 commit comments

Comments
 (0)