Skip to content

Commit 90a4841

Browse files
Update CI badge workflow name in README
Update the README build status badge to reference the renamed GitHub Actions workflow 'Build' instead of '.NET Core'. Adjusts the badge image path and the actions link query so the badge points to the new workflow.
1 parent 96b2183 commit 90a4841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Triggers for EF Core. Respond to changes in your DbContext before and after they
44
This is the [AutoGuru](https://github.com/autoguru-au)-maintained fork, targeting .NET 9 / EF Core 9. Published as `AutoGuru.*` NuGet packages.
55

66
[![NuGet version (AutoGuru.EntityFrameworkCore.Triggered)](https://img.shields.io/nuget/v/AutoGuru.EntityFrameworkCore.Triggered.svg?style=flat-square)](https://www.nuget.org/packages/AutoGuru.EntityFrameworkCore.Triggered/)
7-
[![Build status](https://github.com/autoguru-au/EntityFrameworkCore.Triggered/workflows/.NET%20Core/badge.svg)](https://github.com/autoguru-au/EntityFrameworkCore.Triggered/actions?query=workflow%3A%22.NET+Core%22)
7+
[![Build status](https://github.com/autoguru-au/EntityFrameworkCore.Triggered/workflows/Build/badge.svg)](https://github.com/autoguru-au/EntityFrameworkCore.Triggered/actions?query=workflow%3ABuild)
88

99
## NuGet packages
1010
- AutoGuru.EntityFrameworkCore.Triggered [![NuGet version](https://img.shields.io/nuget/v/AutoGuru.EntityFrameworkCore.Triggered.svg?style=flat-square)](https://www.nuget.org/packages/AutoGuru.EntityFrameworkCore.Triggered/) [![NuGet](https://img.shields.io/nuget/dt/AutoGuru.EntityFrameworkCore.Triggered.svg?style=flat-square)](https://www.nuget.org/packages/AutoGuru.EntityFrameworkCore.Triggered/)

0 commit comments

Comments
 (0)