mirror of https://github.com/waku-org/js-noise.git
enable publishing only on master
This commit is contained in:
parent
b6ad57b38a
commit
60183ba97d
|
@ -48,6 +48,7 @@ jobs:
|
|||
release_next:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check, build, browser]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.3
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in New Issue