mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
add check for .md file changes to github workflow file filters
This commit is contained in:
parent
7aa4c7a151
commit
4e5dc0aa2f
3
.github/file-filters.yml
vendored
3
.github/file-filters.yml
vendored
@ -11,3 +11,6 @@ webapp: &webapp
|
|||||||
- '.github/workflows/test-webapp.yml'
|
- '.github/workflows/test-webapp.yml'
|
||||||
- 'webapp/**/*'
|
- 'webapp/**/*'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
|
|
||||||
|
markdown-files: &markdown-files
|
||||||
|
- '**/*.md'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user