]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Expand paths to trigger Documentation CI job to full trees
authorNick Porter <nick@portercomputing.co.uk>
Mon, 27 Feb 2023 11:52:46 +0000 (11:52 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 27 Feb 2023 11:52:46 +0000 (11:52 +0000)
.github/workflows/documentation.yml

index d074717fdab5a15351e7955d24c8328371b23950..37534a59c1e85b6d862dc8eff8cf6f2ef2fc7b90 100644 (file)
@@ -8,17 +8,17 @@ on:
       - debug-fuzzer-**
     paths:
       - '.github/workflows/documentation.yml'
-      - 'doc/*'
-      - 'man/*'
-      - 'raddb/*'
-      - 'share/*'
+      - 'doc/**'
+      - 'man/**'
+      - 'raddb/**'
+      - 'share/**'
   pull_request:
     paths:
       - '.github/workflows/documentation.yml'
-      - 'doc/*'
-      - 'man/*'
-      - 'raddb/*'
-      - 'share/*'
+      - 'doc/**'
+      - 'man/**'
+      - 'raddb/**'
+      - 'share/**'
 
 jobs:
   documentation: