From 3bc6d756adcb17020c7ab9470c6b1daadc67283e Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 6 Apr 2021 22:08:56 +0200 Subject: [PATCH] limit documentation build to just reviewable PRs --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 605594037c..bc08868dc1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,6 +3,7 @@ name: documentation on: pull_request: branches: [develop] + types: [review_requested, ready_for_review] paths: - 'website/**' push: