From 01a44c9d258f33c537fa0ef3572f060ff415cab6 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 20 Aug 2019 09:16:12 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 54eefedd6..c4dc13a62 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -1,6 +1,6 @@ name: ASP.NET Core CI -on: [push] +on: [push, pull_request] jobs: build: @@ -14,4 +14,4 @@ jobs: with: dotnet-version: 2.2.108 - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build src/Ombi.sln --configuration Release