Skip to content

Commit

Permalink
Scorecard: adding manual dispatch and target default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent 2454f8d commit b056424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
schedule:
- cron: '0 8 * * 0'
push:
branches: ["develop"]
branches: [ "master", "develop"]
workflow_dispatch:


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

0 comments on commit b056424

Please sign in to comment.