mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 05:33:09 +00:00
enable publishing only on master
This commit is contained in:
parent
b6ad57b38a
commit
60183ba97d
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user