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