don't run on PRs

This commit is contained in:
Yotam Mann 2024-04-25 14:37:07 -04:00
parent 1a427ee2ae
commit da1aea33b2

View file

@ -7,6 +7,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
# not on PRs
if: github.event_name != 'pull_request'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_CI: true