From 6379ba9cef05fb05ecd7dbe1abae8d2a81e69987 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Fri, 23 Mar 2018 23:25:13 -0400 Subject: [PATCH] Change order of CI blocklist and safelist. --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58db004..b4361ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,13 +31,14 @@ after_success: - mv ./gLabels*.AppImage glabels-continuous-x86_64.AppImage - wget -c https://github.com/jimevins/uploadtool/raw/master/upload.sh - bash ./upload.sh glabels-continuous-x86_64.AppImage - -branches: - only: - - master - + branches: except: - /.*/ - # Do not build tags that we create when we upload to GitHub Releases - /^(?i:continuous)$/ + +branches: + only: + - master +