We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3484a commit 4ecf970Copy full SHA for 4ecf970
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@
15
name: Release Binaries
16
17
on:
18
+ workflow_dispatch: # allows manual trigger from GitHub Actions UI
19
push:
20
branches: [ "master" ]
21
paths:
0 commit comments