diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/build.yml similarity index 96% rename from .github/workflows/dotnetcore.yml rename to .github/workflows/build.yml index e11a5f8..1f10aea 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: .NET Core +name: Build on: push: branches: master