We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ee404 commit 1edefbbCopy full SHA for 1edefbb
1 file changed
.github/workflows/automatic_tagged_release.yml
@@ -2,9 +2,8 @@ name: "automatic-tagged-release"
2
3
on:
4
push:
5
- paths:
6
- - 'docs/Doxyfile'
7
- branches: [ master ]
+ tags:
+ - "v*"
8
9
env:
10
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
0 commit comments