We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15f96 commit 8ea019eCopy full SHA for 8ea019e
1 file changed
.github/workflows/scorecard.yml
@@ -12,7 +12,7 @@ on:
12
schedule:
13
- cron: "0 8 * * 1" # Every Monday at 08:00 UTC
14
push:
15
- branches: ["master"]
+ branches: ["master","main"]
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments