This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 18979cd06 chore(ci): 2.5.x nightly release 18979cd06 is described below commit 18979cd06cc19e90bf2146b7c90448ac04f5907b Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri Nov 8 07:42:35 2024 +0100 chore(ci): 2.5.x nightly release --- .github/workflows/nightly-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 6c1ed0842..b556a2019 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - ref-branch: [main, release-2.4.x] + ref-branch: [main, release-2.4.x, release-2.5.x] if: github.repository == 'apache/camel-k' runs-on: ubuntu-latest