mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 04:35:33 +00:00
chore: only attempt to release for a push on master branch
This commit is contained in:
parent
2e6d740f40
commit
a6276a49b0
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user