We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dc8a0 commit 6ad4ba6Copy full SHA for 6ad4ba6
.github/workflows/scorecard.yml
@@ -8,14 +8,14 @@ on:
8
workflow_dispatch:
9
# For Branch-Protection check. Only the default branch is supported. See
10
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
11
- #branch_protection_rule:
+ branch_protection_rule:
12
# To guarantee Maintained check is occasionally updated. See
13
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
14
schedule:
15
# 09:29 UTC every Friday
16
- cron: '29 9 * * 5'
17
- #push:
18
- # branches: [ "master" ]
+ push:
+ branches: [ "master" ]
19
20
# Declare default permissions as read only.
21
permissions: read-all
0 commit comments