From 9d66aea873bf8ffa35079e55e0ff131ea611e013 Mon Sep 17 00:00:00 2001 From: Leonardo Pilastri Date: Wed, 11 Jan 2023 12:20:55 +0100 Subject: [PATCH] Update .cirrus.yml to trigger mend scans on "mend-.*" branches --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0892c6f7556..8b1cbdb3483 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,7 +77,7 @@ ws_scan_task: cpu: 4 memory: 4G # run only on master and long-term branches - only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*") + only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*") env: WS_APIKEY: VAULT[development/kv/data/mend data.apikey] maven_cache: