From 48114a0dd979a581da632ea44e5aeae67d5ed582 Mon Sep 17 00:00:00 2001
From: usov_i <ivan.usov@psi.ch>
Date: Wed, 22 May 2024 16:26:55 +0200
Subject: [PATCH] Rename master -> main in .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62cd9f7..3a315ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ deploy-test:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
   script:
     - cd /opt/pyzebra
-    - git pull origin master --tags
+    - git pull origin main --tags
     - source /opt/miniconda3/etc/profile.d/conda.sh
     - conda activate test
     - conda build ./conda-recipe
-- 
GitLab