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