summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-12-15 15:35:07 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-12-15 15:35:07 -0500
commit681f14f7cdff2d8fae235b8fd09745cfcb93e666 (patch)
tree3e4e147d1889825d3ba167d01204d74e9f3b7046 /README.md
parent0074d5b0c064dbf6cfc7231fc5b74659d81b120e (diff)
downloadbfs-681f14f7cdff2d8fae235b8fd09745cfcb93e666.tar.xz
README: Fix the CI badge
Link: https://github.com/badges/shields/issues/8671
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 513b8a2..b7707bb 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<a href="https://github.com/tavianator/bfs/releases"><img src="https://img.shields.io/github/v/tag/tavianator/bfs?label=version" alt="Version" align="left"></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-0BSD-blue.svg" alt="License" align="left"></a>
-<a href="https://github.com/tavianator/bfs/actions/workflows/ci.yml"><img src="https://img.shields.io/github/workflow/status/tavianator/bfs/CI?label=CI" alt="CI Status" align="right"></a>
+<a href="https://github.com/tavianator/bfs/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/tavianator/bfs/ci.yml?branch=main&label=CI" alt="CI Status" align="right"></a>
<a href="https://codecov.io/gh/tavianator/bfs"><img src="https://img.shields.io/codecov/c/github/tavianator/bfs?token=PpBVuozOVC" alt="Code coverage" align="right"/></a>
***Breadth-first search for your files.***