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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new ed882fb  Run CI workflow on maintenance branches
ed882fb is described below

commit ed882fb7131960ee51991081fd0e4a730212550c
Author: James Netherton <[email protected]>
AuthorDate: Wed Nov 8 08:54:33 2023 +0000

    Run CI workflow on maintenance branches
---
 .github/workflows/ci-build.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 621526e..ba2596f 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -22,6 +22,7 @@ on:
     branches:
       - main
       - camel-quarkus-main
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - 'Jenkinsfile'
@@ -32,6 +33,7 @@ on:
     branches:
       - main
       - camel-quarkus-main
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - 'Jenkinsfile'

Reply via email to