]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: run on `.md` file changes
authorViktor Szakats <commit@vsz.me>
Sun, 7 Sep 2025 12:16:39 +0000 (14:16 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 7 Sep 2025 20:21:04 +0000 (22:21 +0200)
To execute runtests on Markdown files. E.g. test 1275.

Bug: https://github.com/curl/curl/pull/18486#issuecomment-3263681032

Closes #18487

.github/workflows/linux.yml

index 1b5290af29c888414f5a3f7f867d1159ad23ac87..ed206ec03c428b6dd02544dc856b540086e1c8ae 100644 (file)
@@ -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'