Skip to content

Commit d69356f

Browse files
authored
Update README with build status badges
Added build status badges for release and develop workflows. Signed-off-by: Elisamuel Resto Donate <sam@samresto.dev>
1 parent 3b05799 commit d69356f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# DXClusterGoAPI
22

3-
[![CI Status](https://github.com/user00265/dxclustergoapi/actions/workflows/ci.yml/badge.svg)](https://github.com/user00265/dxclustergoapi/actions/workflows/ci.yml)
3+
[![Release Build Status](https://github.com/user00265/dxclustergoapi/actions/workflows/build-release.yml/badge.svg)](https://github.com/user00265/dxclustergoapi/actions/workflows/build-release.yml)
4+
[![Develop Build Status](https://github.com/user00265/dxclustergoapi/actions/workflows/build-develop.yml/badge.svg)](https://github.com/user00265/dxclustergoapi/actions/workflows/build-develop.yml)
45
[![Docker Image](https://img.shields.io/docker/pulls/user00265/dxclustergoapi?label=Docker%20Pulls)](https://hub.docker.com/r/user00265/dxclustergoapi)
56
[![Go Report Card](https://goreportcard.com/badge/github.com/user00265/dxclustergoapi)](https://goreportcard.com/report/github.com/user00265/dxclustergoapi)
67
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -302,4 +303,4 @@ The `.github/workflows/ci.yml` workflow automatically builds, tests, and (on tag
302303
303304
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
304305
305-
---
306+
---

0 commit comments

Comments
 (0)