Skip to content

Commit

Permalink
fix buildkite settings to include 8.x branch (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen authored Sep 24, 2024
1 parent 6e8650c commit 9867cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9867cd8

Please sign in to comment.