From 9867cd80764ebfa9561af99f654bed174a24a6f5 Mon Sep 17 00:00:00 2001 From: Kostas Stamatakis Date: Tue, 24 Sep 2024 17:26:05 +0300 Subject: [PATCH] fix buildkite settings to include 8.x branch (#2557) --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index b4189071e4..4d708bd4a7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -26,7 +26,7 @@ spec: build_tags: false build_pull_requests: false filter_enabled: true - filter_condition: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+$$/ + filter_condition: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9x]+$$/ teams: cloud-security-posture: access_level: MANAGE_BUILD_AND_READ