fix: Only build image on master
This commit is contained in:
parent
78301c996b
commit
a6ee00d027
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ test:
|
|||
build_image_for_commit:
|
||||
stage: test
|
||||
image: "docker:20.10"
|
||||
only:
|
||||
- master
|
||||
cache:
|
||||
paths:
|
||||
- _build/
|
||||
|
|
Loading…
Reference in a new issue