From 1d53a6397b377cc0c96b55b42f9df338ff83540e Mon Sep 17 00:00:00 2001 From: eelke Date: Sun, 4 Sep 2022 09:26:35 +0200 Subject: [PATCH] There is no master branch it is called main. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7070637..9f46603 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test-docs: only: - branches except: - - master + - main pages: stage: deploy @@ -27,4 +27,4 @@ pages: paths: - public only: - - master + - main