diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 54567fc708a90f3d3e2ca357381a79b71705b816..6950e5a0bd42f4cb9e536e8e91223ee226083712 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 c227478928436b2ffedf0230432027084e72ddd5..e6ffbf63540a6d0e30a78a4f8bb1e39549d55520 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 * *'