Skip to content

Commit 8510e24

Browse files
committed
dev: trigger CI build on tag push
1 parent 27ac4c7 commit 8510e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ script:
1717
branches:
1818
only: # speed up CI: don't build pull requests twice
1919
- "master"
20+
- /^v\d+\.\d+\.\d+$/
2021

2122
after_success:
2223
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"

0 commit comments

Comments
 (0)