Skip to content

Commit 55cdf3c

Browse files
authored
Adapts tag regex (#703)
1 parent 6333832 commit 55cdf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python Release Tag Pipeline
33
on:
44
push:
55
tags:
6-
- 'vara-(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)'
6+
- 'vara-\d*\.\d*\.\d*'
77

88
env:
99
BB_TMP_DIR: $(pwd)/benchbuild/tmp

0 commit comments

Comments
 (0)