update workflow file filter

This commit is contained in:
mahula 2023-11-27 09:46:59 +01:00
parent ca03692e0a
commit d0eedae61d

View File

@ -14,13 +14,15 @@ webapp: &webapp
markdown: &markdown
- '**/*.md'
'.github/workflows/mlc_config.json'
- '.github/workflows/check-documentation.yml'
- '.github/workflows/mlc_config.json'
vuepress: &vuepress
- '.github/workflows/check-documentation.yml'
- '.github/workflows/deploy-documentation.yml'
- '.vuepress/**/*'
- 'package.json'
documentation: &documentation
- vuepress
- markdown
- *vuepress
- *markdown