Skip to content

Commit

Permalink
ci: Only run PyPI on master (to not spam contributors with failures), c…
Browse files Browse the repository at this point in the history
…loses #1261
  • Loading branch information
jpmckinney committed Aug 16, 2024
1 parent 12d693c commit d0d6cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish to PyPI
on: push
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0d6cb5

Please sign in to comment.