Skip to content

Commit 04232c1

Browse files
authored
Merge pull request #804 from scipopt/change_regex
Change regex expression
2 parents 10f0910 + 1efadb9 commit 04232c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
tags:
6-
- '^v\d+.\d+.\d+$'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
build_wheels:

0 commit comments

Comments
 (0)