Skip to content

Commit

Permalink
ci: do not run publish on PR triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 18, 2024
1 parent d1f7f5a commit 3c3297c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
needs:
- build
steps:
Expand Down

0 comments on commit 3c3297c

Please sign in to comment.