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 016f24e9e fix(ci): only nightly release for main branch
016f24e9e is described below

commit 016f24e9e1c551f9de747ec14f7994f8d4239210
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Nov 25 16:08:57 2025 +0100

    fix(ci): only nightly release for main branch
---
 .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 8da70006f..40cf7fef6 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.8.x, release-2.7.x]
+        ref-branch: [main]
 
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-latest

Reply via email to