summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-05 16:14:47 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-05 16:14:47 +0200
commit53069369187255d22a7edd4fc917c9c2b25edd52 (patch)
tree55f6693203db12ed07ac5280d7f9a65a31ddc04a
parent65c80a4d4ff646a205ff2da0648594422370f6c7 (diff)
downloadtracker-53069369187255d22a7edd4fc917c9c2b25edd52.tar.gz
ci: Do not test build website on non-main branch
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff06146bd..25cdd5cec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -387,6 +387,8 @@ test-website:
- website
needs:
- build-fedora-container@x86_64
+ only:
+ - master
coverage:
extends: