From d74a503761003e25925869992bb8288cb3b4ba78 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 30 Apr 2023 03:01:06 -0700 Subject: [PATCH] Temp change to make pages run on this branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e667cc7..41678e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,6 @@ review: pages: extends: .deploy rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH == 'custom-domain' # vi: set ts=2 sw=2 et ft=yaml: -- GitLab