This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch essobedo/add-4.10-to-LTS in repository https://gitbox.apache.org/repos/asf/camel.git
commit f752104dc9731acb8446847a5a252c488bdd9c2f Author: Nicolas Filotto <[email protected]> AuthorDate: Mon Mar 24 15:53:29 2025 +0100 (chores) ci: include build automation for 4.10.x LTS release --- .github/workflows/pr-build-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml index 21bd5803678..bba2ffaf7b7 100644 --- a/.github/workflows/pr-build-main.yml +++ b/.github/workflows/pr-build-main.yml @@ -20,7 +20,7 @@ name: PR Build (Camel 4) on: pull_request: branches: - - main + - 4.10.x paths-ignore: - .github/** - README.md
