trigger on all branches
This commit is contained in:
parent
a0f594d908
commit
6a0c2884cd
1 changed files with 2 additions and 6 deletions
8
.github/workflows/dotnet-core.yml
vendored
8
.github/workflows/dotnet-core.yml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: .NET Core
|
||||
name: ASP.NET Core Build & Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Reference in a new issue