From a4ba486be0705d585cdf53e859482dc668b7bc74 Mon Sep 17 00:00:00 2001 From: Odd Essentials Date: Sun, 25 Jan 2026 12:53:21 -0500 Subject: [PATCH] Add badges for smoke test and publish workflows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a8cb72..bbada80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 🐝 Odd Self-Hosted CI Runtime (OSCR) [![CI](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/ci.yml/badge.svg)](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/ci.yml) +[![Self-Hosted Smoke Test](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/smoke-test.yml/badge.svg)](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/smoke-test.yml) +[![Publish Docker Images](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/publish.yml/badge.svg)](https://github.com/oddessentials/odd-self-hosted-ci-runtime/actions/workflows/publish.yml) [![Release](https://img.shields.io/github/v/release/oddessentials/odd-self-hosted-ci-runtime?display_name=tag&sort=semver)](https://github.com/oddessentials/odd-self-hosted-ci-runtime/releases) [![License](https://img.shields.io/github/license/oddessentials/odd-self-hosted-ci-runtime)](LICENSE) [![Docker Hub Pulls (GitHub Runner)](https://img.shields.io/docker/pulls/oddessentials/oscr-github?label=docker%20pulls%20github)](https://hub.docker.com/r/oddessentials/oscr-github)