Skip to content

Commit a0a0ccf

Browse files
[CICD] Small Improvements to CI/CD
1 parent 3c3540b commit a0a0ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
88
# branch_protection_rule:
99
push:
10-
# Only the default branch is supported.
11-
branches: ["main", "master"]
10+
# Only the default branch is supported.
11+
branches: ["main", "master"]
1212
# To guarantee Maintained check is occasionally updated. See
1313
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1414
schedule:

0 commit comments

Comments
 (0)