From ce82d799c914eb8f60b919e6359fa0786ae0924e Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Fri, 1 Apr 2022 10:41:23 -0400 Subject: [PATCH] Run OSSF scorecard on release branches --- .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 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