From 4862687956ad7880332d26aecc047064a524b0e9 Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov <94184844+5hin0bi@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:01:40 +0300 Subject: [PATCH] Fix workflow for documentation (#1607) --- .github/workflows/documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 2a1171394d..464af01fe8 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -7,8 +7,8 @@ on: - reopened - synchronize paths: - - 'documentation/*' - - './*.md' + - 'documentation/**' + - '**.md' jobs: build-and-test: runs-on: ubuntu-latest