Skip to content

Commit

Permalink
Attempt to fix master.yml syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
runemalm committed Mar 2, 2024
1 parent 38bb3a8 commit c318b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
release:
name: Release (pypi)
needs: prerelease
if: success()
if: github.event_name == 'workflow_run' && github.event.workflow_run.event == 'workflow_dispatch'
if: success() && (github.event_name == 'workflow_run' && github.event.workflow_run.event == 'workflow_dispatch')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c318b3b

Please sign in to comment.