From a46891cb2dd522ff9059cb35d40f748dc41a0585 Mon Sep 17 00:00:00 2001 From: Mohammadreza Date: Tue, 22 Dec 2020 16:28:05 +0000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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