From b931e18d85af8472d76135a49e53ffc880754668 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 14 Oct 2020 21:47:33 +0000 Subject: [PATCH] replace master with main in CI config --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ff94fc..0dc8a94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test: script: - hugo except: - - master + - main pages: script: @@ -20,4 +20,4 @@ pages: paths: - public only: - - master + - main