From fb5b309be6f192299b111f0b4d0638031984db6f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 20 Feb 2025 19:46:49 +0100 Subject: [PATCH] docs: reinstate artifact generation for PRs --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 163d9d5a11..17d96bce9d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,6 +32,8 @@ name: 'Documentation' on: push: branches: [master] + pull_request: + branches: [master] workflow_dispatch: {} permissions: -- 2.47.2