Skip to content

Commit

Permalink
update deployment condition
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo committed Dec 28, 2018
1 parent 13c161a commit e1ae86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ deploy:
on:
branch: master
tags: true
condition: "$TRAVIS_TAG =~ ^v.*$"
condition: "$TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+"

0 comments on commit e1ae86d

Please sign in to comment.