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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 8bfd208c1d Add karaf-4.4.x branch in the CI (#2063)
8bfd208c1d is described below

commit 8bfd208c1d0bfc18d0852d43a00e8158abdfabf3
Author: JB Onofré <[email protected]>
AuthorDate: Mon Sep 29 10:22:11 2025 +0200

    Add karaf-4.4.x branch in the CI (#2063)
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 33fb46a5a3..c1b4d42575 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,9 +21,9 @@ name: Build
 
 on:
   push:
-    branches: [ "main" ]
+    branches: [ "main", "karaf-4.4.x" ]
   pull_request:
-    branches: [ "main" ]
+    branches: [ "main", "karaf-4.4.x" ]
 
 jobs:
   build:

Reply via email to