From: Nick Porter Date: Mon, 27 Feb 2023 11:52:46 +0000 (+0000) Subject: Expand paths to trigger Documentation CI job to full trees X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381e12ba5ad5c9d2466932a1dcf1c04397ce898b;p=thirdparty%2Ffreeradius-server.git Expand paths to trigger Documentation CI job to full trees --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d074717fdab..37534a59c1e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: