mirror of https://github.com/waku-org/js-waku.git
chore: only attempt to release for a push on master branch
This commit is contained in:
parent
2e6d740f40
commit
a6276a49b0
|
@ -145,6 +145,7 @@ jobs:
|
|||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
needs: [check, build, proto, browser, node]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue