diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 7dd58c68f..9573ae288 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -12,5 +12,15 @@ webapp: &webapp - 'webapp/**/*' - 'package.json' -markdown-files: &markdown-files +markdown: &markdown - '**/*.md' + '.github/workflows/mlc_config.json' + +vuepress: &vuepress + - '.github/workflows/deploy-documentation.yml' + - '.vuepress/**/*' + - 'package.json' + +documentation: &documentation + - vuepress + - markdown