From 3f31c9be5f5cc15f919b68ddd9b529abf738744a Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 10 Jun 2019 10:05:57 +0000 Subject: Do not build tags that we create when we upload to GitHub Releases --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8975098f7..e45e980c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,8 @@ before_install: script: - ./scripts/travis-ci/script.bash + +branches: + except: + - # Do not build tags that we create when we upload to GitHub Releases + - /^(?i:continuous)/ -- cgit v1.2.3