Skip to content

Commit 2f86b53

Browse files
committed
chore(ci): Update release.yaml if condition [skip ci]
1 parent 631b9cb commit 2f86b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: 'Release'
12-
if: github.event.workflow_run.conclusion == 'success'
12+
if: ${{github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'}}
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)