summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-10-07 18:24:45 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-10-07 18:36:43 +0200
commit8c2c4b10953fc982f6b67c76624f5d38ef414dd7 (patch)
tree8874662f31d6996649c0996d1acef3c5f7437b91
parent62ad50573042bd68a4addf6679d353882a33002d (diff)
Only build docs when files in the docs path change
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/documentation.yml2
1 files changed, 2 insertions, 0 deletions
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: