From bb06a62ad2775787649bdf3af7965d7e6cd4eb6e Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 9 Jun 2020 14:37:52 +0200
Subject: [PATCH] [ci] only trigger on master branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df0425a..acb7812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,15 +87,21 @@ deploy windows:
 
 trigger robofish/interfaces:
   stage: trigger
+  only:
+    - master
   trigger:
     project: bioroboticslab/robofish/interfaces
 
 trigger biotracker/interfaces:
   stage: trigger
+  only:
+    - master
   trigger:
     project: bioroboticslab/biotracker/interfaces
 
 trigger biotracker/behavior_loader:
   stage: trigger
+  only:
+    - master
   trigger:
     project: bioroboticslab/biotracker/behavior_loader
-- 
GitLab