Skip to content

Commit 9021463

Browse files
committed
fix release ci
1 parent bb16e23 commit 9021463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
state:
1515
runs-on: ubuntu-latest
16-
if: github.event.workflow_run.conclusion == 'success'
16+
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
1717
steps:
1818
- name: Checkout the repository
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)