Skip to content

Commit 5de2374

Browse files
committed
Remove our branch from scorecard push trigger as it only fires on master.
1 parent ea95a05 commit 5de2374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: '16 6 * * 6'
1414
push:
15-
branches: [ "master", "RA-8661_apply_updates_from_google" ]
15+
branches: [ "master" ]
1616

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

0 commit comments

Comments
 (0)