Skip to content

Commit 7cf9110

Browse files
author
Ryan Miller
authored
Merge pull request #291 from SumoLogic/rmiller-regex-101-ftw
Fix branch/tag regex validation
2 parents 7901bd3 + 911015d commit 7cf9110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ script: bash ci/build.sh
1010
branches:
1111
only:
1212
- master
13-
- /^v\d.\d.\d$/
13+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)