We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a8607 commit 1b1b449Copy full SHA for 1b1b449
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
release:
20
name: release
21
runs-on: ubuntu-latest
22
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
23
steps:
24
- name: "Check out code"
25
uses: actions/checkout@v5
0 commit comments