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 0f89eac commit fe7f072Copy full SHA for fe7f072
.github/workflows/nodejs.yml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
branches: [ master ]
9
10
+ merge_group:
11
+
12
jobs:
13
Job:
14
name: Node.js
.github/workflows/release.yml
@@ -6,8 +6,7 @@ on:
6
release:
- name: Node.js
- uses: node-modules/github-actions/.github/workflows/node-release.yml@master
+ name: NPM
+ uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
secrets:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
0 commit comments