Skip to content

Commit c4003ba

Browse files
authored
ci: allow manual release trigger via workflow_dispatch (#7)
1 parent a9418b9 commit c4003ba

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
@@ -3,6 +3,7 @@ name: Release
33
on:
44
push:
55
branches: [main, dev]
6+
workflow_dispatch:
67

78
concurrency:
89
group: release-${{ github.ref }}

0 commit comments

Comments
 (0)