From d6444a324aa98d16f72629a8209b77cbeca360e7 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Thu, 25 Oct 2018 22:16:16 +0200
Subject: [PATCH] - loosen limits for pipelines

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d43140151..a88522f2f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,9 @@ syntax:lint:
   allow_failure: false
   only:
     - schedules
+    - web
+    - master@ispconfig/ispconfig3
+    - stable-3.1@ispconfig/ispconfig3
 
   script:
     - composer require overtrue/phplint
-- 
GitLab