mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
update workflow file filter
This commit is contained in:
parent
ca03692e0a
commit
d0eedae61d
8
.github/file-filters.yml
vendored
8
.github/file-filters.yml
vendored
@ -14,13 +14,15 @@ webapp: &webapp
|
|||||||
|
|
||||||
markdown: &markdown
|
markdown: &markdown
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
'.github/workflows/mlc_config.json'
|
- '.github/workflows/check-documentation.yml'
|
||||||
|
- '.github/workflows/mlc_config.json'
|
||||||
|
|
||||||
vuepress: &vuepress
|
vuepress: &vuepress
|
||||||
|
- '.github/workflows/check-documentation.yml'
|
||||||
- '.github/workflows/deploy-documentation.yml'
|
- '.github/workflows/deploy-documentation.yml'
|
||||||
- '.vuepress/**/*'
|
- '.vuepress/**/*'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
|
|
||||||
documentation: &documentation
|
documentation: &documentation
|
||||||
- vuepress
|
- *vuepress
|
||||||
- markdown
|
- *markdown
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user