From c9548bbb239416756c8bad29d4b50483771fa438 Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Sat, 18 May 2019 14:14:53 +0200 Subject: [PATCH] ci: macos only for master --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 302635b..6ec77fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,8 +141,8 @@ elcapitan-relwithdebinfo-compile: mojave-relwithdebinfo-compile: <<: *compile_test_definition tags: [macos, "10.14"] -# only: -# - master + only: + - master variables: BUILD_TYPE: RelWithDebInfo