diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 10:16:52 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 10:34:40 +0200 |
commit | 18b8a3c78404dfd55d75770884bbca273e8b07ef (patch) | |
tree | 3ba657175d629eb8bcb8be342e7b84dc155f4ff8 /.gitlab-ci.yml | |
parent | a5f2f84f44f2265739bc96d152128a107e9cebed (diff) |
ci: temporarily build single plugins on merge requests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28eb9f2b..c494d067 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,6 +154,7 @@ build-single-plugins: - .fdo.distribution-image@ubuntu - .common_variables only: + - merge_requests - schedules script: - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git |