summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f726ad016..94fabbae1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -167,6 +167,6 @@ after_success:
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/after_success.sh
branches:
- except:
- - # Do not build tags that we create when we upload to GitHub Releases
- - /^(?i:continuous)/
+ only:
+ - master
+ - /^v\d+\.\d+(\.\d+)?$/