]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Limit when the documentation builds run
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 17 Jun 2022 22:31:28 +0000 (17:31 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 18 Jun 2022 02:10:52 +0000 (21:10 -0500)
.github/workflows/documentation.yml

index 07bd06e1c47aef32c1a797e6ecc24725bf0c70ce..e9a095440b2f7fb060cf46dfe45939bccd3d4302 100644 (file)
@@ -6,7 +6,19 @@ on:
       - coverity_scan
       - run-fuzzer**
       - debug-fuzzer-**
+    paths:
+      - '.github/workflows/documentation.yml'
+      - 'doc/*'
+      - 'man/*'
+      - 'raddb/*'
+      - 'share/*'
   pull_request:
+    paths:
+      - '.github/workflows/documentation.yml'
+      - 'doc/*'
+      - 'man/*'
+      - 'raddb/*'
+      - 'share/*'
 
 jobs:
   documentation: