From 8c2c4b10953fc982f6b67c76624f5d38ef414dd7 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 7 Oct 2021 18:24:45 +0200 Subject: Only build docs when files in the docs path change Signed-off-by: Benjamin Brahmer --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 409fb4da8..b3befad48 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,6 +3,8 @@ on: push: branches: - master + paths: + - 'docs/*' jobs: build: -- cgit v1.2.3