From 7122ecdab46686b3a7fd54a828ba83d2dc3924d6 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 1 Nov 2021 12:24:52 +0000 Subject: [PATCH] .gitlab-ci.yml: Trigger relevant pipelines for changes in the repo manifests Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de435437..69f46bb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ aggregate-docs: changes: - assets/**/* - flavours/**/* + - manifests/*.xml - meta-*/**/* - .oniro-ci/* - .gitlab-ci.yml @@ -87,6 +88,7 @@ aggregate-docs: changes: - assets/**/* - flavours/**/* + - manifests/*.xml - meta-*/**/* - .oniro-ci/* - if: '$CI_COMMIT_TAG' @@ -101,6 +103,7 @@ aggregate-docs: changes: - assets/**/* - flavours/**/* + - manifests/*.xml - meta-*/**/* - .oniro-ci/* - if: '$CI_COMMIT_TAG' -- GitLab