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 f234b1b commit 1e985ecCopy full SHA for 1e985ec
2 files changed
.github/workflows/nodejs.yml .github/workflows/nodejs-1.x.yml.github/workflows/nodejs.yml renamed to .github/workflows/nodejs-1.x.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ 1.x ]
6
pull_request:
7
8
9
jobs:
10
Job:
.github/workflows/release-1.x.yml
@@ -0,0 +1,13 @@
1
+name: Release for 1.x
+
+on:
+ push:
+ branches: [1.x]
+jobs:
+ release:
+ name: Node.js
+ uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11
+ secrets:
12
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
+ GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
0 commit comments