We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 631b9cb commit 2f86b53Copy full SHA for 2f86b53
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
release:
11
name: 'Release'
12
- if: github.event.workflow_run.conclusion == 'success'
+ if: ${{github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'}}
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
0 commit comments