Skip to content

Commit 4e6ffaf

Browse files
committed
update release workflow
1 parent 3b43cc0 commit 4e6ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release:
2323
name: Release
2424
runs-on: ubuntu-latest
25-
if: github.event_name == 'push'
25+
if: github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Publish

0 commit comments

Comments
 (0)