chore: add paths for dotnet action (#205)

pull/208/head
Ming Tsai 2021-04-15 09:10:43 -04:00 committed by GitHub
parent 0ea8537c90
commit b0e089603c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ name: .NET
on:
push:
branches: [ main ]
paths: '**/**.cs'
pull_request:
branches: [ main ]
paths: '**/**.cs'
jobs:
build: