Skip to content

Commit

Permalink
Update publish workflow to run with label change
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 19, 2023
1 parent 7f4c5cd commit f540464
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
schedule:
# run every Monday at 5am UTC
- cron: '0 5 * * 1'
pull_request:
# We also want this workflow triggered if the 'Build all wheels'
# label is added or present when PR is updated
types:
- synchronize
- labeled
push:
branches:
- '*'
Expand All @@ -12,9 +18,6 @@ on:
- '!*dev*'
- '!*pre*'
- '!*post*'
# allow manual wheel building with a PR label
pull_request:
# allow manual wheel building from the Actions UI
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f540464

Please sign in to comment.