Skip to content

Commit 6d2b95a

Browse files
authored
Merge pull request #46 from gcmurphy/scorecard
add workflow dispatch
2 parents 7f710b3 + eb3a1ea commit 6d2b95a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Branch Protection
1+
name: OSSF Scorecard
22
on:
33
branch_protection_rule:
44
schedule:
55
- cron: '23 7 * * 2'
66
push:
77
branches: [ "main" ]
8+
workflow_dispatch:
9+
810
permissions: read-all
911

1012
jobs:

0 commit comments

Comments
 (0)