Update dotnetcore.yml
This commit is contained in:
parent
96541f3760
commit
bae7289476
1 changed files with 5 additions and 2 deletions
7
.github/workflows/dotnetcore.yml
vendored
7
.github/workflows/dotnetcore.yml
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
name: .NET Core
|
name: .NET Core
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
branches: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -17,4 +20,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.100
|
dotnet-version: 3.1.100
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: dotnet build -c Release
|
run: dotnet build -c Release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue