We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bb3a8 commit c318b3bCopy full SHA for c318b3b
.github/workflows/master.yml
@@ -51,8 +51,7 @@ jobs:
51
release:
52
name: Release (pypi)
53
needs: prerelease
54
- if: success()
55
- 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')
56
runs-on: ubuntu-latest
57
58
steps:
0 commit comments