From a2b353af5647aa068d670b409d9dccea55c5446e Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 27 Oct 2023 15:49:23 -0600 Subject: [PATCH] Only build docs on push when docs are updated Signed-off-by: Jonathon Anderson --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fe0741e8..2a04b279 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,6 +6,8 @@ on: branches: - main - development + paths: + - 'userdocs/**' pull_request: branches: - main