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

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

commit dc00bdc7119037854c070043835efa007072db7d
Author: Christoph Deppisch <[email protected]>
AuthorDate: Tue Sep 17 15:11:51 2024 +0200

    chore: Enable CI jobs for LTS 4.8.x branch
---
 .github/workflows/ci-build.yml    | 2 ++
 .github/workflows/java-tests.yaml | 3 ++-
 .github/workflows/validate.yaml   | 4 +++-
 .github/workflows/yaks-tests.yaml | 2 ++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index d0ed4f3c..33610940 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -27,6 +27,7 @@ on:
   push:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -36,6 +37,7 @@ on:
   pull_request:
     branches:
       - main
+      - 4.8.x
       - "release-*"
     paths-ignore:
       - '**.adoc'
diff --git a/.github/workflows/java-tests.yaml 
b/.github/workflows/java-tests.yaml
index 2adbfeaa..9759b68b 100644
--- a/.github/workflows/java-tests.yaml
+++ b/.github/workflows/java-tests.yaml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -31,7 +32,7 @@ concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}
   cancel-in-progress: true
 
-permissions:  
+permissions:
   contents: read
 
 jobs:
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index a9d5382a..1becdb18 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -29,6 +30,7 @@ on:
   push:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -40,7 +42,7 @@ concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}
   cancel-in-progress: true
 
-permissions:  
+permissions:
   contents: read
 
 jobs:
diff --git a/.github/workflows/yaks-tests.yaml 
b/.github/workflows/yaks-tests.yaml
index 1e331d52..131c44f5 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -29,6 +30,7 @@ on:
   push:
     branches:
       - main
+      - 4.8.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'

Reply via email to