From 4160dd9e842421aadbea48bcf03d23f2d65520fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= <loeffler@spooner-web.de>
Date: Tue, 26 Sep 2023 11:42:09 +0200
Subject: [PATCH] Use correct branch to trigger

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e4c42c..e1e2e47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ stages:
 
 trigger:slub-website:
     stage: trigger
-    trigger: typo3/portals/slub-website
+    trigger: 
+        project: typo3/portals/slub-website
+        branch: task/add-build-deployment
     rules:
         - if: $CI_COMMIT_BRANCH =~ /^task/
-- 
GitLab