From bd90cf381344e9c034f314cb4f9a7ccd64744ee0 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 4 Dec 2024 21:50:49 +0100 Subject: [PATCH 1/2] Add workflow badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 260c4fb..65ca7ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NovaMD +![Build](https://github.com/LordMathis/NovaMD/actions/workflows/build-and-release.yml/badge.svg) ![Go Tests](https://github.com/LordMathis/NovaMD/actions/workflows/go-test.yml/badge.svg) + Yet another markdown editor. Work in progress ## Features From 1c8e16fc8065ef6ed2e0dd12010a2ff1acf9e75b Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 4 Dec 2024 21:52:21 +0100 Subject: [PATCH 2/2] Rename workflow --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index bc7dc65..3d31ad8 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -1,4 +1,4 @@ -name: Build, Push, and Release +name: Docker Build on: push: