mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Update aspnetcore.yml
This commit is contained in:
parent
c0de170f68
commit
01a44c9d25
1 changed files with 2 additions and 2 deletions
4
.github/workflows/aspnetcore.yml
vendored
4
.github/workflows/aspnetcore.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: ASP.NET Core CI
|
name: ASP.NET Core CI
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -14,4 +14,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 2.2.108
|
dotnet-version: 2.2.108
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: dotnet build --configuration Release
|
run: dotnet build src/Ombi.sln --configuration Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue