Skip to content

Commit c318b3b

Browse files
committed
Attempt to fix master.yml syntax error.
1 parent 38bb3a8 commit c318b3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
release:
5252
name: Release (pypi)
5353
needs: prerelease
54-
if: success()
55-
if: github.event_name == 'workflow_run' && github.event.workflow_run.event == 'workflow_dispatch'
54+
if: success() && (github.event_name == 'workflow_run' && github.event.workflow_run.event == 'workflow_dispatch')
5655
runs-on: ubuntu-latest
5756

5857
steps:

0 commit comments

Comments
 (0)