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 eee55fe commit 4b58391Copy full SHA for 4b58391
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
# Use the branch from the manual input.
67
branch: ${{ github.event.inputs.source_branch }}
68
# Tell the action to look for artifacts created by a 'pull_request' event.
69
- event: pull_request
+ event: push
70
allow_forks: true
71
# We use a wildcard (*) because the artifact name from the build workflow
72
# contains a dynamic commit SHA.
0 commit comments