We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e4b9 commit 6a422c4Copy full SHA for 6a422c4
.github/workflows/ci_release.yml
@@ -5,8 +5,7 @@ on:
5
- main
6
# Trigger on version tags
7
tags:
8
- - 'v[0-9]+\.[0-9]+\.[0-9]+'
9
- - 'v[0-9]+\.[0-9]+\.[0-9]+-rc(?:[0-9]+|\.[0-9]+)'
+ - 'v*'
10
pull_request:
11
merge_group:
12
workflow_dispatch:
0 commit comments