Skip to content

Commit

Permalink
avoid build on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
faberno committed Oct 3, 2024
1 parent 3e583a4 commit 9b894ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Wheels
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down

0 comments on commit 9b894ab

Please sign in to comment.