trigger on all branches

This commit is contained in:
Nicolas Constant 2020-07-07 02:16:22 -04:00 committed by GitHub
parent a0f594d908
commit 6a0c2884cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -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: