Skip to content

Commit

Permalink
fix: tigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Nov 7, 2023
1 parent 8b07145 commit b86fff7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
- '**.cs'
- '**.csproj'
- '**.sln'
pull_request:
branches:
- 'pr/**'
paths:
- '**.cs'
- '**.csproj'
- '**.sln'

jobs:
build-and-test:
Expand Down

0 comments on commit b86fff7

Please sign in to comment.