From c4c7257e9aacc09cd1094348c993c49f61e04862 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 21 Nov 2023 13:05:38 +0100 Subject: [PATCH] update the default branch for scorecards --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b66e1b53b60f4..0753dc03e2789 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -6,7 +6,7 @@ on: schedule: - cron: '34 4 * * 6' push: - branches: [ "6.4" ] + branches: [ "7.1" ] # Declare default permissions as read only. permissions: read-all