Skip to content

Commit 1edefbb

Browse files
authored
Update automatic_tagged_release.yml
1 parent 70ee404 commit 1edefbb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/automatic_tagged_release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: "automatic-tagged-release"
22

33
on:
44
push:
5-
paths:
6-
- 'docs/Doxyfile'
7-
branches: [ master ]
5+
tags:
6+
- "v*"
87

98
env:
109
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)