From 9055e568d539f2482a2c6a33d8d833c49b4e3aec Mon Sep 17 00:00:00 2001
From: "Hock, Martin" <martin.hock@fst.tu-darmstadt.de>
Date: Thu, 1 Dec 2022 18:55:38 +0100
Subject: [PATCH] Removing the manual trigger, because of GitLab bug causing
 split pipelines.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bda203..389c231 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,6 @@ pages:
     - public
   rules:
   - if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
-  - when: manual
 
 sast:
   before_script:
-- 
GitLab