From 572cb3dc40c2c6a7dbcf0c31fe2965ed4ec3f977 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 18 May 2022 11:14:51 -0700 Subject: [PATCH] Fix scorecards default branch. (#1275) --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 21f6bdaa3..8dc359566 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -3,7 +3,7 @@ on: # Only the default branch is supported. branch_protection_rule: push: - branches: [ master ] + branches: [ main ] # Declare default permissions as read only. permissions: read-all