Skip to content

Commit

Permalink
fix: tigger on cs file in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Nov 7, 2023
1 parent 4de2e11 commit 4134b5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: .NET
on:
push:
pull_request:
branches: [ main ]
branches:
- main
paths:
- '**.cs'
- '**.csproj'
- '**.sln'
- '**/*.cs'
- '**/*.csproj'
- '**/*.sln'

jobs:
build-and-test:
Expand Down

0 comments on commit 4134b5b

Please sign in to comment.