Skip to content

Commit 21e854c

Browse files
authored
fix: Run OpenSSF Scorecard only on default branch (#1657)
1 parent ec6b50f commit 21e854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: OpenSSF Scorecard
22

33
on:
44
push:
5-
branches: [ develop, main ]
5+
branches: [ develop ]
66
paths-ignore: [ 'docs/**', 'examples/**' ]
77

88
concurrency:

0 commit comments

Comments
 (0)