enable publishing only on master

This commit is contained in:
weboko 2023-01-25 01:16:07 +01:00
parent b6ad57b38a
commit 60183ba97d
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ jobs:
release_next:
runs-on: ubuntu-latest
needs: [check, build, browser]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/setup-node@v3