From 58d95525ca18cde5759f2625abe4201710e5f362 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 23 Jun 2016 22:43:33 +1000 Subject: [PATCH] Change gitlab runner config to only run on master --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c248443..ab0f519 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build:6-7.1: script: - make -f Makefile.linux64 only: - - test + - master tags: - C artifacts: @@ -36,7 +36,7 @@ build:7-7.1: script: - make -f Makefile.linux64 only: - - test + - master tags: - C artifacts: