From: Viktor Szakats Date: Thu, 18 Sep 2025 18:26:15 +0000 (+0200) Subject: GHA/codeql: make it run on docs updates, to verify examples X-Git-Tag: rc-8_17_0-3~556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec6c1cd9c3923e2b583ba2f0756a733ad25293e;p=thirdparty%2Fcurl.git GHA/codeql: make it run on docs updates, to verify examples Follow-up to b4922b1295333dc6679eb1d588ddc2fb6b7fd5b7 #18564 --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2344f1d16f..7b2922e2bb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,6 @@ name: 'CodeQL' - '**/*.md' - '.circleci/**' - 'appveyor.*' - - 'docs/**' - 'packages/**' - 'plan9/**' - 'projects/**' @@ -26,7 +25,6 @@ name: 'CodeQL' - '**/*.md' - '.circleci/**' - 'appveyor.*' - - 'docs/**' - 'packages/**' - 'plan9/**' - 'projects/**'