ci: don't attempt to build container on branches or pushes
This commit is contained in:

committed by
Aleksander Morgado

parent
06618fb3ae
commit
06646001ce
@@ -28,10 +28,9 @@ build container:
|
|||||||
stage: container prep
|
stage: container prep
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- branches
|
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- pushes
|
- schedules
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export BUILD_MBIM=true
|
- export BUILD_MBIM=true
|
||||||
|
Reference in New Issue
Block a user