From 6f2190f4c657c310249a4de3a810d350340171fe Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Thu, 26 Sep 2019 10:02:02 +1000 Subject: [PATCH] Publish nightly builds from mainline, not master --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d666396..10ea6d8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,4 +100,7 @@ stop_review: extends: .stop_review nightly: - extends: '.publish_nightly' \ No newline at end of file + extends: '.publish_nightly' + only: + refs: + - mainline