Change order of CI blocklist and safelist.
This commit is contained in:
+6
-5
@@ -31,13 +31,14 @@ after_success:
|
|||||||
- mv ./gLabels*.AppImage glabels-continuous-x86_64.AppImage
|
- mv ./gLabels*.AppImage glabels-continuous-x86_64.AppImage
|
||||||
- wget -c https://github.com/jimevins/uploadtool/raw/master/upload.sh
|
- wget -c https://github.com/jimevins/uploadtool/raw/master/upload.sh
|
||||||
- bash ./upload.sh glabels-continuous-x86_64.AppImage
|
- bash ./upload.sh glabels-continuous-x86_64.AppImage
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /.*/
|
- /.*/
|
||||||
- # Do not build tags that we create when we upload to GitHub Releases
|
- # Do not build tags that we create when we upload to GitHub Releases
|
||||||
- /^(?i:continuous)$/
|
- /^(?i:continuous)$/
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user