Skip to content

Commit 6a422c4

Browse files
committed
ci: simplify tag regexp in GH actions
1 parent a30e4b9 commit 6a422c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
- main
66
# Trigger on version tags
77
tags:
8-
- 'v[0-9]+\.[0-9]+\.[0-9]+'
9-
- 'v[0-9]+\.[0-9]+\.[0-9]+-rc(?:[0-9]+|\.[0-9]+)'
8+
- 'v*'
109
pull_request:
1110
merge_group:
1211
workflow_dispatch:

0 commit comments

Comments
 (0)