summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-02-24 16:49:01 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-02-24 16:49:01 -0500
commited4a45ff5fc8aa53fd66f6059697bac171ba9d69 (patch)
tree5695db8f3c9b4aa31c884aab7da1ba3289529650
parent82f7f9ee1849947ed6de227279e623d8fc3a1ee1 (diff)
downloadbfs-ed4a45ff5fc8aa53fd66f6059697bac171ba9d69.tar.xz
README: Fix CI status badges
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--README.md4
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5d27e1..b0a2f49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: distcheck
+name: CI
on: [push, pull_request]
diff --git a/README.md b/README.md
index 6db8a31..cfc13cf 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,7 @@
[![License](http://img.shields.io/badge/license-0BSD-blue.svg)](https://github.com/tavianator/bfs/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/tag/tavianator/bfs?label=version)](https://github.com/tavianator/bfs/releases)
-[![Linux CI Status](https://github.com/tavianator/bfs/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/linux.yml)
-[![macOS CI Status](https://github.com/tavianator/bfs/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/macos.yml)
-[![FreeBSD CI Status](https://github.com/tavianator/bfs/actions/workflows/freebsd.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/freebsd.yml)
+[![CI Status](https://github.com/tavianator/bfs/actions/workflows/ci.yml/badge.svg)](https://github.com/tavianator/bfs/actions/workflows/ci.yml)
Breadth-first search for your files.