From c1f183bdc75460bae96beade5d4808dbd9efcf80 Mon Sep 17 00:00:00 2001
From: Clemens John <clemens.john@floh1111.de>
Date: Thu, 21 Apr 2016 18:27:37 +0200
Subject: [PATCH] CI: add branch master for build triggering

Signed-off-by: Clemens John <clemens.john@floh1111.de>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6536423..24b2443 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ stages:
 build:ar71xx-generic:
   stage: build
   only:
+    - master
     - citest
   tags:
     - firmware
@@ -31,6 +32,7 @@ build:ar71xx-generic:
 sign:
   stage: sign
   only:
+    - master
     - citest
   tags:
     - firmware
@@ -46,6 +48,7 @@ sign:
 deploy:
   stage: deploy
   only:
+    - master
     - citest
   tags:
     - firmware
-- 
GitLab