Skip to content

Commit

Permalink
ignore server folder for dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinagud committed Oct 29, 2024
1 parent f435071 commit 8d39430
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 @@ -4,6 +4,8 @@ on:
push:
branches:
- '**'
paths-ignore:
- 'MockServer/**'
pull_request:
types: [ closed ]

Expand Down

0 comments on commit 8d39430

Please sign in to comment.