We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ac4c7 commit 8510e24Copy full SHA for 8510e24
.travis.yml
@@ -17,6 +17,7 @@ script:
17
branches:
18
only: # speed up CI: don't build pull requests twice
19
- "master"
20
+ - /^v\d+\.\d+\.\d+$/
21
22
after_success:
23
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
0 commit comments