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 8cd00c1 commit 709332bCopy full SHA for 709332b
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
59
build-binaries:
60
name: Build binaries
61
- if: always() && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success'))
+ if: always() && (if: github.event.pull_request.merged || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success'))
62
strategy:
63
matrix:
64
include:
0 commit comments