Skip to content

Commit 1b1b449

Browse files
committed
chore(gha): fixed dispatch trigger
1 parent e1a8607 commit 1b1b449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
name: release
2121
runs-on: ubuntu-latest
22-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
22+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2323
steps:
2424
- name: "Check out code"
2525
uses: actions/checkout@v5

0 commit comments

Comments
 (0)