Skip to content

Commit 60b2850

Browse files
Revert to only check default branch to fix regression ( - Fixed #38 - )
1 parent dd6b74c commit 60b2850

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: '18 9 * * 5'
1414
push:
15-
branches: [ master, score-card-revert-patch ]
15+
branches: [ master ]
1616

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

0 commit comments

Comments
 (0)