mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
don't run on PRs
This commit is contained in:
parent
1a427ee2ae
commit
da1aea33b2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue