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.
2 parents 18ef1c9 + 9d1228c commit 66a5b87Copy full SHA for 66a5b87
.github/workflows/openssf-scorecard.yml
@@ -7,13 +7,16 @@ 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
+ # To be able to be triggered manually
11
+ workflow_dispatch:
12
# To guarantee Maintained check is occasionally updated. See
13
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
14
schedule:
15
- cron: '28 2 * * 1'
16
- cron: '28 2 * * 4'
17
push:
- branches: [ "master" ]
18
+ branches:
19
+ - master
20
21
# Declare default permissions as read only.
22
permissions: read-all
0 commit comments