fix: Only build image on master

This commit is contained in:
Robert Prehn 2021-06-10 15:17:48 -05:00
parent 78301c996b
commit a6ee00d027

View file

@ -29,6 +29,8 @@ test:
build_image_for_commit: build_image_for_commit:
stage: test stage: test
image: "docker:20.10" image: "docker:20.10"
only:
- master
cache: cache:
paths: paths:
- _build/ - _build/