Skip to content

Commit db1a3a4

Browse files
authored
Merge pull request #989 from waku-org/chore/semantic-release-workspace
2 parents eeab832 + a6276a4 commit db1a3a4

File tree

3 files changed

+591
-0
lines changed

3 files changed

+591
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
release:
146146
name: Release
147147
runs-on: ubuntu-latest
148+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
148149
needs: [check, build, proto, browser, node]
149150
steps:
150151
- name: Checkout

0 commit comments

Comments
 (0)