summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-13 12:56:24 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-13 12:56:24 -0500
commit97ef553abd55fd1de3fe7a4bde648743c6688276 (patch)
tree4aacd48253f50523636cdb1e6f4820078bd62b35 /.gitlab-ci.yml
parent192cf4815a47b6bdd39938667c8452bb4c875eb2 (diff)
downloadlibrsvg-97ef553abd55fd1de3fe7a4bde648743c6688276.tar.gz
CI: Always build the reference docs on branch pipelines, not just the main branch
Otherwise we don't know if a branch breaks the docs. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/701>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75488965..c999fc31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -388,8 +388,6 @@ reference:
artifacts:
paths:
- public
- rules:
- - if: '$CI_COMMIT_BRANCH == "main"'
pages:
stage: docs