Browse Source

Update dotnet.yml

pull/36/head
maliming 6 years ago
committed by GitHub
parent
commit
c38ab7dada
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/workflows/dotnet.yml

12
.github/workflows/dotnet.yml

@ -2,9 +2,17 @@ name: .NET
on:
push:
branches: [ main ]
paths:
- '*.cs'
- '*.cshtml'
- '*.razor'
- '*.csproj'
pull_request:
branches: [ main ]
paths:
- '*.cs'
- '*.cshtml'
- '*.razor'
- '*.csproj'
jobs:
build:

Loading…
Cancel
Save