run only on master

This commit is contained in:
weboko 2023-01-06 00:48:03 +01:00
parent 101925f2b5
commit e5c4805161
No known key found for this signature in database

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