From 7de71870fafd26501062d498db6c102c1d40ca8c Mon Sep 17 00:00:00 2001
From: Jakob Fritz <j.fritz@fz-juelich.de>
Date: Mon, 22 Apr 2024 11:19:53 +0200
Subject: [PATCH] Added triggers for workflows again

---
 .github/workflows/ci_pipeline.yml | 4 ++--
 .github/workflows/gitlab_ci.yml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 54567fc70..6950e5a0b 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -1,8 +1,8 @@
 name: CI pipeline for pySDC
 
 on:
-  # push:
-  # pull_request:
+  push:
+  pull_request:
   schedule:
     - cron: '1 5 * * 1'
 
diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml
index c22747892..e6ffbf635 100644
--- a/.github/workflows/gitlab_ci.yml
+++ b/.github/workflows/gitlab_ci.yml
@@ -1,7 +1,7 @@
 name: Mirror to Gitlab to trigger CI
 
 on:
-  # push:
+  push:
   pull_request_target:
   schedule:
     - cron: '1 5 2 * *'
-- 
GitLab