We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919c95e commit 4f5088fCopy full SHA for 4f5088f
.github/workflows/release.yml
@@ -3,7 +3,8 @@ name: Build and Release
3
on:
4
push:
5
tags:
6
- - 'v*.*.*' # Match version tags
+ - 'v*.*.*' # Match version tags
7
+ workflow_dispatch: # Allows manual triggering
8
9
jobs:
10
build:
0 commit comments