We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dfca7 commit 02c5218Copy full SHA for 02c5218
1 file changed
.github/workflows/Build and Release.yml
@@ -2,7 +2,10 @@
2
name: Build and Release
3
4
on:
5
- workflow_dispatch:
+ push:
6
+ tags:
7
+ - 'v*'
8
+ - 'V*'
9
10
jobs:
11
build-and-release:
0 commit comments