From 4dba6c02e6d3c625568726f2d9289c502d05d420 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 16 Dec 2022 19:23:14 +0700 Subject: [PATCH] fix build badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a35d29f..36955fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Minimal C++ Starter -[![build status](https://img.shields.io/github/workflow/status/threeal/minimal-cpp-starter/build)](https://github.com/threeal/minimal-cpp-starter/actions/workflows/build.yml) +[![build status](https://img.shields.io/github/actions/workflow/status/threeal/minimal-cpp-starter/build.yml?branch=main)](https://github.com/threeal/minimal-cpp-starter/actions/workflows/build.yml) A minimal C++ template to kickstart your project.