From 3c9c5318846d1294bf0a3ada3bb646790ca4ab29 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 16 Sep 2019 23:41:16 -0700 Subject: [PATCH] Restrict macOS to master on the main project --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfbd9f5d2..f2acf7432 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ test-fedora: - xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore test-macos: + only: + - master@openlp/openlp stage: test tags: - macos