From e7877a757b5d6536517f0a9ed9938153ca412125 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Wed, 21 Mar 2018 23:01:35 -0400 Subject: [PATCH] Limit CI to master branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f6fb552..9fc777a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,10 @@ after_success: - 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