From 42041ceff9b0b2f72217fae7ffbbef3f7db1f4f9 Mon Sep 17 00:00:00 2001 From: davidnx <44079650+davidnx@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:31:54 -0800 Subject: [PATCH] Update README.md: fix Build badge (#432) React to #431 which renamed staging.yml to build.yml and broke the badge on the project start page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6792d7b..21d9e4ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ |--------------| |If you are upgrading from an older version, please note that version 3 ships with numerous breaking changes to the public API because virtually all areas of the library have been revised.
Documentation of the previous major version is available [here](https://github.com/sebastienros/esprima-dotnet/tree/v2.1.3). | -[![Build](https://github.com/sebastienros/esprima-dotnet/actions/workflows/staging.yml/badge.svg)](https://github.com/sebastienros/esprima-dotnet/actions/workflows/staging.yml) +[![Build](https://github.com/sebastienros/esprima-dotnet/actions/workflows/build.yml/badge.svg)](https://github.com/sebastienros/esprima-dotnet/actions/workflows/build.yml) [![NuGet](https://img.shields.io/nuget/v/esprima.svg)](https://www.nuget.org/packages/esprima) [![MyGet](https://img.shields.io/myget/esprimadotnet/v/esprima?label=MyGet)](https://www.myget.org/feed/esprimadotnet/package/nuget/Esprima)