From d42d352ccec4167f729e5330d6033f7f332b41cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Fri, 21 Feb 2025 20:07:55 +0100 Subject: [PATCH] wip --- .github/workflows/scorecard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 79ccbf9..94ef508 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -12,7 +12,8 @@ on: schedule: - cron: '28 11 * * 3' push: - branches: [ "main" ] + # TODO: Remove + branches: [ "main", scorecard_git ] # Declare default permissions as read only. permissions: read-all