From 518474232775710e9c1db2cd51beda23a7016d41 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Mon, 27 May 2019 23:18:03 +0200
Subject: [PATCH] remove restriction on master branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 818e8e242..28e29cbda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,6 @@ config-u-18_04:
     expire_in: 1 day
     paths:
        - build
-  except:
-    - master
 
 # job/stage to just prepare cmake
 config-clang-8:
@@ -46,8 +44,6 @@ config-clang-8:
     expire_in: 1 day
     paths:
        - build
-  except:
-    - master
 
 # normal pipeline for each commit
 build-u-18_04: 
-- 
GitLab