Skip to content

Commit 2f9c163

Browse files
authored
Enable manual triggering of build workflow
Added workflow_dispatch to allow manual builds.
1 parent 5d8af28 commit 2f9c163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Release
33
on:
44
push:
55
tags: ['v*'] # Only run on version tags for releases
6+
workflow_dispatch: # allow manually triggering builds
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)