Skip to content

Commit 8ea019e

Browse files
committed
fix(workflow): allow pushes to both master and main branches
1 parent 8e15f96 commit 8ea019e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: "0 8 * * 1" # Every Monday at 08:00 UTC
1414
push:
15-
branches: ["master"]
15+
branches: ["master","main"]
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)