add check for .md file changes to github workflow file filters

This commit is contained in:
mahula 2023-11-07 19:51:43 +01:00
parent 7aa4c7a151
commit 4e5dc0aa2f

View File

@ -11,3 +11,6 @@ webapp: &webapp
- '.github/workflows/test-webapp.yml'
- 'webapp/**/*'
- 'package.json'
markdown-files: &markdown-files
- '**/*.md'