Skip to content

Commit 7abd982

Browse files
committed
ci: only run scorecards against main branch
1 parent 77d32cd commit 7abd982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '20 7 * * 2'
1414
push:
15-
branches: ["main", "3.x"]
15+
branches: ["main"]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)