Skip to content

Commit

Permalink
ci: prevent PRs from running publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix authored May 6, 2024
1 parent 4e3cda3 commit 30d8993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
npm ci
npm run build
publish-if-needed:
if: github.event_name != 'pull_request'
needs: [lint, build]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 30d8993

Please sign in to comment.