diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6a834a..9d8fbc3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,11 @@ name: Release on: pull_request: + # We also want this workflow triggered if the 'Build wheels' label is added + # or present when PR is updated + types: + - synchronize + - labeled push: tags: - '*'