Skip to content

Commit

Permalink
ci: Only run on push events
Browse files Browse the repository at this point in the history
Otherwise, pushing to a branch with an open PR will trigger two
builds.
  • Loading branch information
kmurphy4 committed Oct 23, 2024
1 parent 776dcb4 commit b322ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_wheel
on: [push, pull_request]
on: [push]
permissions: read-all
jobs:
build_wheel:
Expand Down

0 comments on commit b322ee7

Please sign in to comment.