Change order of CI blocklist and safelist.
This commit is contained in:
+5
-4
@@ -32,12 +32,13 @@ after_success:
|
|||||||
- 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