We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8af28 commit 2f9c163Copy full SHA for 2f9c163
.github/workflows/build.yml
@@ -3,6 +3,7 @@ name: Build and Release
3
on:
4
push:
5
tags: ['v*'] # Only run on version tags for releases
6
+ workflow_dispatch: # allow manually triggering builds
7
8
permissions:
9
contents: write
0 commit comments