Skip to content

Commit a254a8d

Browse files
fix: correct tag pattern in workflow configuration
1 parent 00e5c8a commit a254a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/base.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [main]
66
tags:
7-
- '[0-9]+.[0-9]+.[0-9]+(\+[0-9]+)?'
7+
- '[0-9]+.[0-9]+.[0-9]'
8+
- '[0-9]+.[0-9]+.[0-9]+\+[0-9]+'
89

910
pull_request:
1011
branches: [main]

0 commit comments

Comments
 (0)