From 48fb49f66d52a4299e1329a4f64b70b9721cee71 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 11 Apr 2026 21:50:38 -0700 Subject: [PATCH] docs: use explicit CI workflow badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431f424..054ce61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YES HTTPS! -[![Build Status](https://github.com/JustinBeckwith/yes-https/workflows/ci/badge.svg)](https://github.com/JustinBeckwith/yes-https/actions/) +[![Build Status](https://github.com/JustinBeckwith/yes-https/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/JustinBeckwith/yes-https/actions/workflows/ci.yaml?query=branch%3Amain) [![codecov](https://codecov.io/gh/JustinBeckwith/yes-https/branch/main/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/yes-https) [![npm version](https://badge.fury.io/js/yes-https.svg)](https://badge.fury.io/js/yes-https) [![Checked with Biome](https://img.shields.io/badge/checked_with-Biome-60a5fa.svg)](https://biomejs.dev)