From 2f56836720ef7b1ea9e27a51867d58a7842f21f9 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 3 Sep 2022 16:33:12 +0200 Subject: [PATCH] ci: Publish pages for main branch (not master) This is a follow up to renaming the default branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44061b7..654aba1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,4 +99,4 @@ pages: paths: - public only: - - master + - main