We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617855b commit 61c4e39Copy full SHA for 61c4e39
1 file changed
.github/workflows/build.yml
@@ -3,6 +3,8 @@ name: Build and Release
3
on:
4
push:
5
branches: [ main ]
6
+ tags:
7
+ - v*.*.*
8
pull_request:
9
10
0 commit comments