Skip to content

Commit 63aa130

Browse files
authored
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.
1 parent 4695492 commit 63aa130

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)