Skip to content

Commit 567c3e6

Browse files
chore: allow manually trigering release (#223)
1 parent 899fd76 commit 567c3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
workflow_dispatch: {}
7+
68
jobs:
79
release_bin:
810
name: Release Binaries

0 commit comments

Comments
 (0)