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.