From 1d0dbce8d4a37891a38ec984209722c34a62b470 Mon Sep 17 00:00:00 2001 From: itchyny Date: Tue, 14 Nov 2023 08:44:15 +0900 Subject: [PATCH] fix CI badge URLs in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62b9cf..3c0c151 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mackerel-plugin-rs -[![CI Status](https://github.com/itchyny/mackerel-plugin-rs/workflows/CI/badge.svg)](https://github.com/itchyny/mackerel-plugin-rs/actions) +[![CI Status](https://github.com/itchyny/mackerel-plugin-rs/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/itchyny/mackerel-plugin-rs/actions?query=branch:main) [![crates.io](https://img.shields.io/crates/v/mackerel_plugin.svg)](https://crates.io/crates/mackerel_plugin) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchyny/mackerel-plugin-rs/blob/main/LICENSE)