Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayKMehta authored Dec 22, 2024
1 parent c266913 commit 3858bdd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ env:
on:
push:
paths:
- "**.cs"
- "**.csproj"
- "**/*.cs"
- "**/*.csproj"
- "**/*.props"
- ".github/workflows/test.yml"
pull_request:
paths:
- "**.cs"
- "**.csproj"
- "**/*.cs"
- "**/*.csproj"
- "**/*.props"
- ".github/workflows/test.yml"
permissions:
contents: read
Expand Down

0 comments on commit 3858bdd

Please sign in to comment.