Build stage to master branch only
This commit is contained in:
parent
6b65da0a9d
commit
5413fde24a
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ Build Docker Images:
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
when: manual
|
when: manual
|
||||||
|
only:
|
||||||
|
- master
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue