From d0eedae61d0ccd4f42107d920d037430baa76a2f Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 27 Nov 2023 09:46:59 +0100 Subject: [PATCH] update workflow file filter --- .github/file-filters.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 9573ae288..186941d27 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -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