Skip to content

Commit 1996c21

Browse files
authored
bk: run for 1.x branches (#357)
1 parent 6b4be81 commit 1996c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

catalog-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
name: golang-crossbuild
3535
description: 'Pipeline for the golang-crossbuild project'
3636
spec:
37-
branch_configuration: "main v1.*" # temporarily disable to build PRs from forks
37+
branch_configuration: "main 1.*" # temporarily disable to build PRs from forks
3838
pipeline_file: ".buildkite/pipeline.yml"
3939
maximum_timeout_in_minutes: 120
4040
provider_settings:
@@ -80,7 +80,7 @@ spec:
8080
name: llvm-apple
8181
description: "Pipeline for LLVM Apple version"
8282
spec:
83-
branch_configuration: "main v1.*" # temporarily disable to build PRs from forks
83+
branch_configuration: "main 1.*" # temporarily disable to build PRs from forks
8484
pipeline_file: ".buildkite/llvm-apple-pipeline.yml"
8585
maximum_timeout_in_minutes: 360 # cmake is taking at least 4h to run
8686
provider_settings:
@@ -126,7 +126,7 @@ spec:
126126
name: fpm
127127
description: "Pipeline for FPM (packaging made simple)"
128128
spec:
129-
branch_configuration: "main v1.*" # temporarily disable to build PRs from forks
129+
branch_configuration: "main 1.*" # temporarily disable to build PRs from forks
130130
pipeline_file: ".buildkite/fpm-pipeline.yml"
131131
maximum_timeout_in_minutes: 120
132132
provider_settings:

0 commit comments

Comments
 (0)