Skip to content

Commit 4f5088f

Browse files
committed
add manual trigger option to GitHub Actions release workflow
1 parent 919c95e commit 4f5088f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build and Release
33
on:
44
push:
55
tags:
6-
- 'v*.*.*' # Match version tags
6+
- 'v*.*.*' # Match version tags
7+
workflow_dispatch: # Allows manual triggering
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)