Skip to content

Commit cc3b907

Browse files
committed
Fixed tag build trigger
Our version tags are not using the `v` prrefix, this assures that when a tag is pushed, we trigger a build. Deploy stage is already configured to trigger only on tags. Change-Id: Id495b012bb37312d5fc02e25ed19272e77eaebc2
1 parent 7aab297 commit cc3b907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ language: python
99
branches:
1010
only:
1111
- master
12-
- /v[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/
12+
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
1313

1414
cache:
1515
- pip

0 commit comments

Comments
 (0)