Use main as default branch
This commit is contained in:
parent
0d0ec877eb
commit
b5417f998a
2 changed files with 4 additions and 4 deletions
|
|
@ -104,15 +104,15 @@ squashfs_featurebranch:
|
|||
variables:
|
||||
- $task == "security-scanner"
|
||||
refs:
|
||||
- master
|
||||
- main
|
||||
|
||||
squashfs_master:
|
||||
squashfs_main:
|
||||
<<: *squashfs_template
|
||||
variables:
|
||||
COMPRESSION_LEVEL: 15
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
- main
|
||||
except:
|
||||
variables:
|
||||
- $task == "security-scanner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue