Skip to content

Commit bac7860

Browse files
author
Tyler Titsworth
authored
Update ossf.yaml
1 parent 2cbbbbd commit bac7860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ossf.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77
# For Branch-Protection check. Only the default branch is supported. See
88
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
99
branch_protection_rule:
10+
pull_request:
1011
# To guarantee Maintained check is occasionally updated. See
1112
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1213
schedule:
1314
- cron: '29 17 * * 4'
1415
push:
15-
# branches: [ "main" ]
16+
branches: [ "main" ]
1617

1718
# Declare default permissions as read only.
1819
permissions: read-all

0 commit comments

Comments
 (0)