Skip to content

Commit

Permalink
Add workflow_dispatch trigger to scorecard.yml
Browse files Browse the repository at this point in the history
Allows us to manually run the workflow.
  • Loading branch information
juliojimenez authored Sep 13, 2024
1 parent fa85613 commit 37251ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- cron: '43 12 * * 6'
push:
branches: [ "main" ]
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 37251ae

Please sign in to comment.