From b0faee977a74abdb1035478d320b4797c43d1397 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Mon, 13 Jan 2025 11:10:14 +0200 Subject: [PATCH] Don't trigger CI when pushing branches This commit stops triggering BK from triggering CI when branches get pushed. We rely on CI for PRs, instead, which is handled by the BK PR Bot. --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index aa0d727f..728716aa 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -58,7 +58,7 @@ spec: provider_settings: build_pull_requests: true build_pull_request_forks: false - build_branches: true + build_branches: false build_tags: false filter_enabled: true filter_condition: >-