Run docs pipeline on *.md changes only, in the packages dir (#53517)

This commit is contained in:
Dimitris Sotirakis
2022-08-10 13:39:56 +03:00
committed by GitHub
parent 6afad51761
commit e9fe9a25dc
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ docs_paths = {
'include': [
'*.md',
'docs/**',
'packages/**',
'packages/**/*.md',
'latest.json',
],
}