From ad96982606e4d7d6529cc1e8ff0628571a1c45b8 Mon Sep 17 00:00:00 2001 From: Raphael Anyanwu <53215747+selfmadecode@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:11:16 +0100 Subject: [PATCH] Update build badge to reflect main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c7b2a..20eddf5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## CleanArchTemplate (.NET 9 Clean Architecture) [![License](https://img.shields.io/github/license/selfmadecode/CleanArchTemplate.svg?style=flat)](LICENSE) -[![Build](https://img.shields.io/github/actions/workflow/status/selfmadecode/CleanArchTemplate/build.yml?branch=master&style=flat&logo=github)](https://github.com/selfmadecode/CleanArchTemplate/actions) +[![Build Status](https://github.com/selfmadecode/CleanArchTemplate/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/selfmadecode/CleanArchTemplate/actions/workflows/build.yaml) [![.NET ≥ 8.0](https://img.shields.io/badge/.NET-%E2%89%A58.0-512BD4?logo=dotnet&style=flat)](https://dotnet.microsoft.com/) [![GitHub issues](https://img.shields.io/github/issues/selfmadecode/CleanArchTemplate.svg?style=flat)](https://github.com/selfmadecode/CleanArchTemplate/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/selfmadecode/CleanArchTemplate/pulls)