Skip to content

Commit

Permalink
Added ignore for doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
lansalot committed Nov 20, 2023
1 parent 8fd5b2e commit e423293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
branches:
- main
paths:
- 'Tracker/**'
- 'Tracker/Tracker/**'
paths-ignore:
- **.md
workflow_dispatch:

env:
Expand Down

0 comments on commit e423293

Please sign in to comment.