From 5b950589ac2f6c7f4e2c65a1eedf4824aeac564f Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 31 Jan 2022 17:28:36 +0100 Subject: Limit CI pipelines on default branch and merge requests .gitlab-ci.yml: Only run build pipelines on default branch and merge requests if they change code or profile files. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84ae892..628c28f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,9 @@ build_short: - BUILD_SCRIPT_ARGS: baseline bootstrap - BUILD_SCRIPT_ARGS: releng bootstrap only: + refs: + - master + - merge_requests changes: - archiso/* - configs/**/* @@ -59,6 +62,9 @@ build_long: tags: - fast-single-thread only: + refs: + - master + - merge_requests changes: - archiso/* - configs/**/* -- cgit v1.2.3-54-g00ecf