From 0a0d4188f2d3910f9e20d0b696349e5ba0fd0e15 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 26 Jul 2025 21:58:54 +0200 Subject: [PATCH] Rename workflow to "Build and Release" and update README badge order --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cf693a7..d1bd2d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release +name: Build and Release on: push: diff --git a/README.md b/README.md index afa6299..1a9cc8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # llamactl -![Go Tests](https://github.com/lordmathis/llamactl/actions/workflows/go_test.yaml/badge.svg) ![WebUI Tests](https://github.com/lordmathis/llamactl/actions/workflows/webui_test.yaml/badge.svg) +![Build and Release](https://github.com/lordmathis/llamactl/actions/workflows/release.yaml/badge.svg) ![Go Tests](https://github.com/lordmathis/llamactl/actions/workflows/go_test.yaml/badge.svg) ![WebUI Tests](https://github.com/lordmathis/llamactl/actions/workflows/webui_test.yaml/badge.svg) A control server for managing multiple Llama Server instances with a web-based dashboard.