From f2fd3bbdd68fb16cd2a83d1f4b168b2b1be9e88f Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 20 May 2024 19:22:47 +0900 Subject: [PATCH] fix CI status badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf027e..e83101d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ conflict-marker.vim =================== -[![CI](https://github.com/rhysd/conflict-marker.vim/workflows/CI/badge.svg?event=push)](https://github.com/rhysd/conflict-marker.vim/actions?query=workflow%3ACI) +[![CI](https://github.com/rhysd/conflict-marker.vim/actions/workflows/ci.yml/badge.svg)](https://github.com/rhysd/conflict-marker.vim/actions/workflows/ci.yml) [![Coverage](https://codecov.io/gh/rhysd/conflict-marker.vim/branch/master/graph/badge.svg)](https://codecov.io/gh/rhysd/conflict-marker.vim) Highlight, jump and resolve conflict markers quickly.