From 6be52681e697a6226160c4c7aa03c146dc83c395 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 5 Dec 2024 13:25:35 +0000 Subject: [PATCH] docs(readme): update ci badge syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5209669..32ecb0d2 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@
-[![CI](https://github.com/fastify/fastify/actions/workflows/ci.yml/badge.svg)](https://github.com/fastify/fastify/actions/workflows/ci.yml) +[![CI](https://github.com/fastify/fastify/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/fastify/actions/workflows/ci.yml) [![Package Manager -CI](https://github.com/fastify/fastify/workflows/package-manager-ci/badge.svg?branch=main)](https://github.com/fastify/fastify/actions/workflows/package-manager-ci.yml) +CI](https://github.com/fastify/fastify/workflows/package-manager-ci/badge.svg?branch=master)](https://github.com/fastify/fastify/actions/workflows/package-manager-ci.yml) [![Web -SIte](https://github.com/fastify/fastify/workflows/website/badge.svg?branch=main)](https://github.com/fastify/fastify/actions/workflows/website.yml) +SIte](https://github.com/fastify/fastify/workflows/website/badge.svg?branch=master)](https://github.com/fastify/fastify/actions/workflows/website.yml) [![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/7585/badge)](https://bestpractices.coreinfrastructure.org/projects/7585)