diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ead6cf4..010e015 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,8 @@ on: - cron: '17 9 * * 6' push: branches: [ "main" ] + pull_request: + branches: [ "main" ] # Declare default permissions as read only. permissions: read-all