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 5584348 commit 9d1228cCopy full SHA for 9d1228c
.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