Skip to content

Commit 00e5c8a

Browse files
ci: update workflow to accept new tag pattern
1 parent 28ce532 commit 00e5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

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

99
pull_request:
1010
branches: [main]

0 commit comments

Comments
 (0)