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

lukaszlenart pushed a commit to branch ci/excludes-scorecards
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 75feff16d902199a7d5bf10947c474f05293557e
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Apr 10 08:53:33 2026 +0200

    ci(scorecards): score cards analysis are only supported for default branch
---
 .github/workflows/scorecards-analysis.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/scorecards-analysis.yaml 
b/.github/workflows/scorecards-analysis.yaml
index 6de12de8e..37a9a3406 100644
--- a/.github/workflows/scorecards-analysis.yaml
+++ b/.github/workflows/scorecards-analysis.yaml
@@ -21,8 +21,7 @@ on:
     - cron: "30 1 * * 6"    # Weekly on Saturdays
   push:
     branches:
-      - 'support/struts-6-x-x'
-      - 'release/*'
+      - 'main' # only default branch is supported
 
 permissions: read-all
 

Reply via email to