ci: release control
This commit is contained in:
parent
98060385e9
commit
5995e183d2
2 changed files with 3 additions and 1 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
@ -53,7 +53,6 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'master'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
3
.releaserc
Normal file
3
.releaserc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"branches": ["master"]
|
||||||
|
}
|
Reference in a new issue