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
This commit is contained in:
Viktor Szakats 2025-09-07 14:16:39 +02:00
parent 7f7db9e372
commit 93bc523541
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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'