chore: only attempt to release for a push on master branch

This commit is contained in:
fryorcraken.eth 2022-10-31 14:17:34 +11:00
parent 2e6d740f40
commit a6276a49b0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -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