Skip to content

Commit

Permalink
ci: Run scorecard only on push to main
Browse files Browse the repository at this point in the history
Scorecard should be used as a reactive tool and is not supported
for running in PRs.
See ossf/scorecard-action#1019
  • Loading branch information
sscheib committed Jun 18, 2024
1 parent 6d51e34 commit c5ed67e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch: {}

# Declare default permissions as read only.
Expand Down

0 comments on commit c5ed67e

Please sign in to comment.