Skip to content

Commit 21d9eaa

Browse files
authored
Fix pattern for tag builds (#6294)
1 parent 30d7d76 commit 21d9eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [master]
66
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
77
tags:
8-
- "v[0-9].[0-9].[0-9]"
9-
- "v[0-9].[0-9].[0-9]-*"
8+
- "v[0-9]+.[0-9]+.[0-9]+"
9+
- "v[0-9]+.[0-9]+.[0-9]+-*"
1010

1111
pull_request:
1212
branches: [master]

0 commit comments

Comments
 (0)