We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffb0fb commit afec411Copy full SHA for afec411
1 file changed
.github/workflows/automatic_tagged_release.yml
@@ -2,8 +2,9 @@ name: "automatic-tagged-release"
2
3
on:
4
push:
5
- tags:
6
- - "v*"
+ paths:
+ - 'docs/Doxyfile'
7
+ branches: [ master ]
8
9
jobs:
10
tagged-release:
0 commit comments