From aa0dbe04f3fdbce8b3f940c7a017a1e2a144eee3 Mon Sep 17 00:00:00 2001 From: David Leek Date: Tue, 8 Sep 2026 09:28:06 +0200 Subject: [PATCH] chore: fix build badge to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5437ba5..c0fecfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build](https://github.com/Unleash/client-specification/workflows/Build/badge.svg) +![Build](https://github.com/Unleash/client-specification/workflows/Build/badge.svg?branch=main) # Unleash Client Specifications Implementing a Unleash client for a specific platform can be a challenge in it's own. And we want the clients to follow specific platform and language conventions, but at the same time we want the clients to adhere to the unleash contract, and give predictable results across platforms.