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