summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-05 16:14:47 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-13 19:21:39 +0200
commitaebcb71d7151b3050d83c25913f9e783bb31c18e (patch)
tree4baf6128ad49aa3c9e3ec55e55bb7e30f41c97db /.gitlab-ci.yml
parentf6095d774ed3485a3bda3182ffa71219c69170c7 (diff)
downloadtracker-aebcb71d7151b3050d83c25913f9e783bb31c18e.tar.gz
ci: Do not test build website on non-main branch
Diffstat (limited to '.gitlab-ci.yml')
-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: