Limit CI to master branch.

This commit is contained in:
Jim Evins
2018-03-21 23:01:35 -04:00
parent af3b953de3
commit e7877a757b
+4
View File
@@ -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