From 4e5dc0aa2fa1842458bcef044ea872e8231fee0a Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 7 Nov 2023 19:51:43 +0100 Subject: [PATCH] add check for .md file changes to github workflow file filters --- .github/file-filters.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index eb0791ffa..c4168974b 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -11,3 +11,6 @@ webapp: &webapp - '.github/workflows/test-webapp.yml' - 'webapp/**/*' - 'package.json' + + markdown-files: &markdown-files + - '**/*.md'