From 041e189fdea4b469897dcc83ec0ffc067a954cf5 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Mon, 5 Jan 2026 15:54:23 +0800 Subject: [PATCH] README.md: fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3aa7510..d1c65ad6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Please contribute to this project. Don't ask for permission, just fork the repos ## Build Status -[![Build Status](https://github.com/fsprojects/FSharpx.Collections/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/fsprojects/FSharpx.Collections/actions?query=branch%3Amaster) +[![Build status](https://github.com/fsprojects/FSharpx.Collections/actions/workflows/dotnet.yml/badge.svg?branch=master&event=push)](https://github.com/fsprojects/FSharpx.Collections/actions?query=branch%3Amaster) Pre-release nuget packages automatically built from master branch are published to [GitHub fsproject NuGet feed](https://github.com/orgs/fsprojects/packages?repo_name=FSharpx.Collections) (`https://nuget.pkg.github.com/fsprojects/index.json`)