From 4b6601b006326be1160a311e15882295b8f24676 Mon Sep 17 00:00:00 2001 From: Fernando Tona <105774270+fernandotonacoder@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:29:15 +0100 Subject: [PATCH] docs: update main readme file badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98cb0fd..c85c6f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chrisert - Business Website -[![Production](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml) -[![Staging](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml/badge.svg?branch=dev)](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml) +[![Production](https://img.shields.io/github/actions/workflow/status/fernandotonacoder/chrisert/deploy.yml?branch=main&label=Production)](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml) +[![Staging](https://img.shields.io/github/actions/workflow/status/fernandotonacoder/chrisert/deploy.yml?branch=dev&label=Staging)](https://github.com/fernandotonacoder/chrisert/actions/workflows/deploy.yml) [![Build and Test](https://github.com/fernandotonacoder/chrisert/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/fernandotonacoder/chrisert/actions/workflows/build-and-test.yml) [![Lint](https://github.com/fernandotonacoder/chrisert/actions/workflows/lint.yml/badge.svg)](https://github.com/fernandotonacoder/chrisert/actions/workflows/lint.yml) [![Security Audit](https://github.com/fernandotonacoder/chrisert/actions/workflows/security-audit.yml/badge.svg)](https://github.com/fernandotonacoder/chrisert/actions/workflows/security-audit.yml)