From cae41bf654cf7a54a10b68b58fd17a3274c151a0 Mon Sep 17 00:00:00 2001 From: weisj Date: Mon, 23 Mar 2020 15:01:02 +0100 Subject: [PATCH] Updated documentation.yml --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1125d716..23bd97e3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,10 +2,10 @@ name: Documentation on: push: paths: - - '**.properties' + - '*' pull_request: paths: - - '**.properties' + - '*' jobs: gradle: