diff --git a/.github/workflows/dotnet.yml b/.github/workflows/build.yml similarity index 70% rename from .github/workflows/dotnet.yml rename to .github/workflows/build.yml index fcde8ad..598484c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,8 @@ -# This workflow will build a .NET project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - -name: .NET - +name: Build on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: jobs: build: