Skip to content

Commit 7b4510e

Browse files
committed
ci: tags patterns are missing a v
1 parent ea071bc commit 7b4510e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- "master"
77
- "test-me-*"
88
tags:
9-
- "[0-9]+.[0-9]+.[0-9]+"
10-
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
9+
- "v[0-9]+.[0-9]+.[0-9]+"
10+
- "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
1111

1212
pull_request:
1313
branches:

0 commit comments

Comments
 (0)