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:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
needs: [check, build, proto, browser, node]
|
needs: [check, build, proto, browser, node]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue