Skip to content

Commit ef22679

Browse files
committed
Attempt to fix new workflow.
1 parent 19723eb commit ef22679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
release:
5656
name: Release (pypi)
5757
needs: prerelease
58-
if: success() && (github.event_name == 'workflow_run' && github.event.workflow_run.event == 'workflow_dispatch')
58+
if: success() && (github.event_name == 'workflow_dispatch')
5959
runs-on: ubuntu-latest
6060

6161
steps:

0 commit comments

Comments
 (0)