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 f5446b5458dd5cab4fba8267eebeb66ab1720647 Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu Sep 15 16:10:53 2022 +0200 chore(ci): extend check on release branch --- .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'
