From 94e9b22caa6fea4bae956d2731bfb55795e77659 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 16 Dec 2020 22:20:05 +0100 Subject: [PATCH] '.github/workflows/documentation.yml' added for the workflow --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fbd1468c..3054e2d3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,11 +25,13 @@ name: Documentation on: push: paths: + - '.github/workflows/documentation.yml' - 'docs/**' - 'src/**' - 'example/**' pull_request: paths: + - '.github/workflows/documentation.yml' - 'docs/**' - 'src/**' - 'example/**'