]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/checksrc: also run on .md file changes
authorViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 11:41:50 +0000 (13:41 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 12:33:57 +0000 (14:33 +0200)
To avoid missing e.g. codespell issue when updating Markdown files only,
as in 82fd9edb0e0313f206b23f90a000164b52412072 #18927

Follow-up to 0b54ce6ffc395148f2c43ce4664ecd9678f822bd

Closes #18935

.github/workflows/checksrc.yml

index 4ea1961412d00366f5489433b16e49f85113e4e3..a0337904f2c70896e3510e99b5b45ec295397124 100644 (file)
@@ -12,7 +12,6 @@ name: 'Source'
       - master
       - '*/ci'
     paths-ignore:
-      - '**/*.md'
       - '.circleci/**'
       - 'appveyor.*'
       - 'Dockerfile'
@@ -22,7 +21,6 @@ name: 'Source'
     branches:
       - master
     paths-ignore:
-      - '**/*.md'
       - '.circleci/**'
       - 'appveyor.*'
       - 'Dockerfile'