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