From 1c84de8445e168331f7c2e65b05f7a25cbc9e90e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 22 May 2024 12:25:07 +0200 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 0753dc03e278..796590882f30 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -6,7 +6,7 @@ on: schedule: - cron: '34 4 * * 6' push: - branches: [ "7.1" ] + branches: [ "7.2" ] # Declare default permissions as read only. permissions: read-all