Skip to content

Commit

Permalink
Adjust beats-packaging-pipeline to trigger on 8.x (#41016)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlandgeoff authored Sep 26, 2024
1 parent 307e95c commit d867c96
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 @@ -1063,7 +1063,7 @@ spec:
build_pull_requests: false
build_tags: false
filter_condition: >-
build.branch =~ /^[0-9]+\.[0-9]+$$/ || build.branch == "main"
build.branch =~ /^[0-9]+\.[0-9x]+$$/ || build.branch == "main"
filter_enabled: true
trigger_mode: code
env:
Expand Down

0 comments on commit d867c96

Please sign in to comment.