diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ed941c8316..fb0b7dc233 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -12,7 +12,7 @@ on: schedule: - cron: '20 7 * * 2' push: - branches: ["main", "3.x"] + branches: ["main"] # Declare default permissions as read only. permissions: read-all