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

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

commit 3854999ee9c94c5557c1c8ae18b7f123b225d783
Author: Christoph Deppisch <cdeppi...@redhat.com>
AuthorDate: Mon Apr 29 14:25:47 2024 +0200

    chore(ci): Enable GH actions workflows on 4.4.x branch
---
 .github/workflows/ci-build.yml    | 5 ++---
 .github/workflows/java-tests.yaml | 2 +-
 .github/workflows/validate.yaml   | 4 ++--
 .github/workflows/yaks-tests.yaml | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index b09b49a9..491fd4a9 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -26,7 +26,7 @@ concurrency:
 on:
   push:
     branches:
-      - main
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -35,8 +35,7 @@ on:
       - 'Jenkinsfile'
   pull_request:
     branches:
-      - main
-      - "release-*"
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/java-tests.yaml 
b/.github/workflows/java-tests.yaml
index 46d95da5..eb487bad 100644
--- a/.github/workflows/java-tests.yaml
+++ b/.github/workflows/java-tests.yaml
@@ -20,7 +20,7 @@ name: Java Tests
 on:
   pull_request:
     branches:
-      - main
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index f03f8650..50321787 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -20,7 +20,7 @@ name: validate
 on:
   pull_request:
     branches:
-      - main
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -28,7 +28,7 @@ on:
       - 'NOTICE'
   push:
     branches:
-      - main
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/yaks-tests.yaml 
b/.github/workflows/yaks-tests.yaml
index 0fd5c9f5..29a67261 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -20,7 +20,7 @@ name: YAKS Tests
 on:
   pull_request:
     branches:
-      - main
+      - 4.4.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'

Reply via email to