We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3d4f9 commit 2a7f9feCopy full SHA for 2a7f9fe
.github/workflows/test-and-lint.yml
@@ -4,6 +4,9 @@ on:
4
branches: [ master, stable ]
5
pull_request:
6
7
+ # Allows you to run this workflow manually from the Actions tab.
8
+ workflow_dispatch:
9
+
10
jobs:
11
build:
12
name: node.js
0 commit comments