We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1ce8 commit e06b2ceCopy full SHA for e06b2ce
.github/workflows/node.js.yml
@@ -2,7 +2,8 @@
2
"name": "Node.js CI",
3
"on": {
4
"push": { "branches": ["master"] },
5
- "pull_request": { "branches": ["master"] }
+ "pull_request": { "branches": ["master"] },
6
+ "workflow_dispatch": {}
7
},
8
"jobs": {
9
"build": {
.github/workflows/npm-publish.yml
@@ -1,6 +1,9 @@
1
{
"name": "Node.js Package",
- "on": { "release": { "types": ["created"] } },
+ "on": {
+ "release": { "types": ["created"] },
+ },
"runs-on": "ubuntu-latest",
0 commit comments