From: Viktor Szakats Date: Sun, 7 Sep 2025 12:16:39 +0000 (+0200) Subject: GHA/linux: run on `.md` file changes X-Git-Tag: curl-8_16_0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93bc5235418d33b8eae84176926fddb8cce3b35a;p=thirdparty%2Fcurl.git GHA/linux: run on `.md` file changes To execute runtests on Markdown files. E.g. test 1275. Bug: https://github.com/curl/curl/pull/18486#issuecomment-3263681032 Closes #18487 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1b5290af29..ed206ec03c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,6 @@ name: 'Linux' - master - '*/ci' paths-ignore: - - '**/*.md' - '.circleci/**' - 'appveyor.*' - 'Dockerfile' @@ -22,7 +21,6 @@ name: 'Linux' branches: - master paths-ignore: - - '**/*.md' - '.circleci/**' - 'appveyor.*' - 'Dockerfile'