Skip to content

Commit d867c96

Browse files
authored
Adjust beats-packaging-pipeline to trigger on 8.x (elastic#41016)
1 parent 307e95c commit d867c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ spec:
10631063
build_pull_requests: false
10641064
build_tags: false
10651065
filter_condition: >-
1066-
build.branch =~ /^[0-9]+\.[0-9]+$$/ || build.branch == "main"
1066+
build.branch =~ /^[0-9]+\.[0-9x]+$$/ || build.branch == "main"
10671067
filter_enabled: true
10681068
trigger_mode: code
10691069
env:

0 commit comments

Comments
 (0)