diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c96dc22..b8dc1b7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,8 +1,6 @@ name: .NET on: - push: - branches: [ master ] pull_request: branches: [ master ] @@ -20,6 +18,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build --configuration Release --no-restore - name: Test run: dotnet test --no-build --verbosity normal