diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 2009efc7..77982927 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -5,7 +5,7 @@ on: schedule: - cron: '29 11 * * 3' push: - branches: [ main ] + branches: [ main, release* ] # Declare default permissions as read only. permissions: read-all