We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187e1e5 commit 42ba061Copy full SHA for 42ba061
1 file changed
.github/workflows/release.yml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- 'release/*'
8
# Trigger on Pull Requests targeting branches starting with 'release/'
9
+ tags:
10
+ - 'v*'
11
pull_request:
12
13
0 commit comments