summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2023-10-12 23:01:23 -0700
committerGitHub <noreply@github.com>2023-10-13 06:01:23 +0000
commit55da31a8a565614586a67abcb1519de945c5fee4 (patch)
treeb908e37bf83e1fca32b145b9f601a7a2c824dcc3
parent812e1ea3cc8322e527e1d96e9a8c834d99c0fbcb (diff)
Fix readme build badge (#1697)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65e7aa4a..2d625f09 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
<img src="https://img.shields.io/crates/v/just.svg" alt="crates.io version">
</a>
<a href="https://github.com/casey/just/actions">
- <img src="https://github.com/casey/just/workflows/Build/badge.svg" alt="build status">
+ <img src="https://github.com/casey/just/actions/workflows/ci.yaml/badge.svg" alt="build status">
</a>
<a href="https://github.com/casey/just/releases">
<img src="https://img.shields.io/github/downloads/casey/just/total.svg" alt="downloads">