You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2024/03/12 07:33:29 UTC

(camel) branch camel-4.4.x updated: (chores) ci: include build automation for 4.4.x LTS release

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch camel-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
     new ef9ff4a45fe (chores) ci: include build automation for 4.4.x LTS release
ef9ff4a45fe is described below

commit ef9ff4a45fe6080715351f2f2e16c5c7e5b1f0f8
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Feb 22 13:30:58 2024 +0100

    (chores) ci: include build automation for 4.4.x LTS release
---
 .github/workflows/pr-build-main.yml   | 1 +
 .github/workflows/push-build-main.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index 72d6459cc64..13752ab9ac3 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - main
+      - camel-4.4.x
     paths-ignore:
       - .github/**
       - README.md
diff --git a/.github/workflows/push-build-main.yml b/.github/workflows/push-build-main.yml
index 5744edcd9e4..cfc3b90fbfc 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -21,6 +21,7 @@ on:
   push:
     branches:
       - main
+      - camel-4.4.x
     paths-ignore:
       - .github/**/*
       - README.md