From bae72894766c3082e64dc25e57f86b2d371bd9b5 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Tue, 21 Jul 2020 07:40:45 +0100 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index b4656b8..51524a5 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,6 +1,9 @@ name: .NET Core -on: [push, pull_request] +on: + push: + pull_request: + branches: master jobs: build: @@ -17,4 +20,4 @@ jobs: with: dotnet-version: 3.1.100 - name: Build with dotnet - run: dotnet build -c Release \ No newline at end of file + run: dotnet build -c Release