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