ci: Also only run test-build on MRs
This commit is contained in:
parent
3932ccd060
commit
3afb0b6c90
|
|
@ -6,6 +6,8 @@ stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
test-build:
|
test-build:
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
# Log into the registry
|
# Log into the registry
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue