Fix CI/CD badges in README.md (#20465)
Co-authored-by: Mac Siri <mac@forem.com>
This commit is contained in:
parent
a3a5763b20
commit
621c666db3
1 changed files with 5 additions and 2 deletions
|
|
@ -5,8 +5,11 @@
|
|||
</div>
|
||||
<br>
|
||||
<p align="center">
|
||||
<a href="https://github.com/forem/forem/actions/workflows/ci-cd.yml">
|
||||
<img src="https://github.com/forem/forem/actions/workflows/ci-cd.yml/badge.svg" alt="Build Status">
|
||||
<a href="https://github.com/forem/forem/actions/workflows/ci.yml">
|
||||
<img src="https://github.com/forem/forem/actions/workflows/ci.yml/badge.svg" alt="Build Status">
|
||||
</a>
|
||||
<a href="https://github.com/forem/forem/actions/workflows/cd.yml">
|
||||
<img src="https://github.com/forem/forem/actions/workflows/cd.yml/badge.svg" alt="Build Status">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/commit-activity/w/forem/forem" alt="GitHub commit activity">
|
||||
<a href="https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue