Skip to content

Commit 72f97ea

Browse files
committed
ci: add manual trigger option to release workflow
1 parent c5fa09b commit 72f97ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56

67
concurrency: ${{ github.workflow }}-${{ github.ref }}
78

0 commit comments

Comments
 (0)