Skip to content

Commit

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

jobs:
build-and-test:
Expand Down

0 comments on commit 7d1e9d4

Please sign in to comment.