diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-26 12:27:04 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-26 12:27:04 +0200 |
commit | 342b0ba6488f053ea62f57243373756ad6c1c117 (patch) | |
tree | fa454c3c916e9e83ed29a3594cc08ed64065631b | |
parent | 3da3623e11f90e45951118119da6f842053fd133 (diff) |
ci: don't trigger build on branches or pushes
We rely on merge requests to merge new changes, so let's free a bit
the number of pipelines we launch, and avoid doing it on every branch
update.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5520dc6..634ec630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,11 +200,9 @@ build-default: - .common_variables only: - master - - branches - merge_requests - tags - schedules - - pushes script: - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git - pushd libmbim |