diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41accb1..c5c047a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build and test +name: build on: push: diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index ce7a4b8..ef798c9 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -1,4 +1,4 @@ -name: release +name: nuget on: push: diff --git a/README.md b/README.md index d617bee..1614ef7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parsec -[![.NET](https://github.com/matigramirez/Parsec/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/matigramirez/Parsec/actions/workflows/dotnet.yml) +[![.NET](https://github.com/matigramirez/Parsec/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/matigramirez/Parsec/actions/workflows/dotnet.yml) [![codecov](https://codecov.io/github/matigramirez/Parsec/branch/main/graph/badge.svg?token=XJSNSRDLTP)](https://codecov.io/github/matigramirez/Parsec) [![Nuget](https://img.shields.io/nuget/v/Parsec.svg)](https://www.nuget.org/packages/Parsec/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)