Skip to content

Commit a254a8d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)