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