From ef27e0140e4fcce52be689fcf856b73fa2d8739b Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 6 Apr 2021 21:13:10 +0200 Subject: [PATCH] limit documentation workflows to website only --- .github/workflows/documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 33041d03ce..605594037c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,8 +3,12 @@ name: documentation on: pull_request: branches: [develop] + paths: + - 'website/**' push: branches: [main] + paths: + - 'website/**' jobs: check-build: