Change order of CI blocklist and safelist.

This commit is contained in:
Jim Evins
2018-03-23 23:25:13 -04:00
parent d415c7954e
commit 6379ba9cef
+6 -5
View File
@@ -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