From 61f2e0273fe5c17bdd2d0e9fdc8b64d30b5f630c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 27 Apr 2021 18:54:13 +0100 Subject: [PATCH] CI: Run Pages build on main Predictably, there was one thing I forgot with !600, which was to fix up the CI rules for the transition. Oops. Signed-off-by: Daniel Stone --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2f4ddd1d..a007fc081 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,4 +168,4 @@ pages: paths: - public only: - - master + - main