From 225057b6f81568ed1b3da594ae1fc7e42eeef673 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 21 Oct 2018 12:10:35 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4edf5b3c..53d4ae62b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,8 @@ notifications: on_start: always # options: [always|never|change] default: always branches: - only: - - appimagetool/master - - feature/usage + except: + - # Do not build tags that we create when we upload to GitHub Releases + - /^(?i:continuous)$/ + - # our master is called "appimagetool/master" + - master