From: Arran Cudbard-Bell Date: Fri, 17 Jun 2022 22:31:28 +0000 (-0500) Subject: Limit when the documentation builds run X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d193d9b5fcb548d1cc20d179c478b735377475;p=thirdparty%2Ffreeradius-server.git Limit when the documentation builds run --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 07bd06e1c47..e9a095440b2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: