Skip to content

Commit

Permalink
label did not trigger wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 12, 2023
1 parent 3e84384 commit 7dde5df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Wheel building

on:
pull_request:
# We also want this workflow triggered if the 'Build all wheels'
# label is added or present when PR is updated
types:
- opened
- synchronize
- labeled
push:
branches:
- master
Expand Down

0 comments on commit 7dde5df

Please sign in to comment.