Add docs/** to paths-ignore

Document location is being refactored.
This commit is contained in:
David Galiffi
2024-07-10 22:15:56 -04:00
parent 977bfe8347
commit 8fa76b9459
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ on:
- v*
paths-ignore:
- '*.md'
- 'docs/**'
- 'source/docs/**'
pull_request:
branches: [main]