Skip to content

Commit d930aa5

Browse files
authored
Add workflow_dispatch trigger to scorecard.yml (#313)
1 parent fa85613 commit d930aa5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- cron: '43 12 * * 6'
1414
push:
1515
branches: [ "main" ]
16+
workflow_dispatch:
1617

1718
# Declare default permissions as read only.
1819
permissions: read-all

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<img src="https://sonarcloud.io/api/project_badges/measure?project=ClickHouse_clickhouse-js&metric=alert_status">
2020

2121
<img src="https://sonarcloud.io/api/project_badges/measure?project=ClickHouse_clickhouse-js&metric=coverage">
22+
23+
<img src="https://api.scorecard.dev/projects/github.com/ClickHouse/clickhouse-js/badge">
2224
</p>
2325

2426
## About

0 commit comments

Comments
 (0)