Skip to content

Commit

Permalink
BLD: Fix PR event for publish workflow
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim authored Sep 3, 2024
1 parent 4e0d3e7 commit 95c0e5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- '*'
Expand Down

0 comments on commit 95c0e5b

Please sign in to comment.