From abb6e16c2308c7680fa729779bb94c124ec91634 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 22 Aug 2023 11:22:10 +0100 Subject: [PATCH] CI: rename default branch to main --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 553ddbf26..5738c126c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,9 +96,9 @@ variables: - branches@fsl/fslpy -.only_master: &only_master +.only_main: &only_main only: - - master@fsl/fslpy + - main@fsl/fslpy .only_release_branches: &only_release_branches @@ -210,7 +210,7 @@ style: ############# # I would like to have separate doc deploys for -# both the master and latest release branches, +# both the main and latest release branches, # but this is awkward with gitlab pages. So # currently the most recently executed pages # job is the one that gets deployed. -- GitLab