Skip to content

Commit 129725a

Browse files
dliappislogstashmachine
authored andcommitted
Don't trigger CI when pushing branches (#240)
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. (cherry picked from commit 63aa130)
1 parent b5a9db7 commit 129725a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
provider_settings:
5959
build_pull_requests: true
6060
build_pull_request_forks: false
61-
build_branches: true
61+
build_branches: false
6262
build_tags: false
6363
filter_enabled: true
6464
filter_condition: >-

0 commit comments

Comments
 (0)