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

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit ce232e55aff3db50c3da8bd2d4c249058297a14f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Sep 15 14:51:58 2022 +0200

    chore(ci): extend check on release branches
---
 .github/workflows/ci-build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 10ff7f9f..1716ed6e 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -27,6 +27,7 @@ on:
   push:
     branches:
       - main
+      - "release-*"
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -36,6 +37,7 @@ on:
   pull_request:
     branches:
       - main
+      - "release-*"
     paths-ignore:
       - '**.adoc'
       - 'KEYS'

Reply via email to