We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbbbbd commit bac7860Copy full SHA for bac7860
.github/workflows/ossf.yaml
@@ -7,12 +7,13 @@ on:
7
# For Branch-Protection check. Only the default branch is supported. See
8
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9
branch_protection_rule:
10
+ pull_request:
11
# To guarantee Maintained check is occasionally updated. See
12
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
13
schedule:
14
- cron: '29 17 * * 4'
15
push:
- # branches: [ "main" ]
16
+ branches: [ "main" ]
17
18
# Declare default permissions as read only.
19
permissions: read-all
0 commit comments