From 6f1ce90c91128a873419d2afa205be53d604b5c7 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Mon, 24 Jan 2022 11:19:50 +0100
Subject: [PATCH] light-deploy-testing on main instead of master&mptest

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 162913e..450e915 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,8 +101,7 @@ light-deploy-testing:
   stage: deploy
   # only run when master is updated, unless the pipeline was triggered via the web UI
   only:
-    - master
-    - mptest
+    - main
   except:
     - tags
     - web
-- 
GitLab