mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
GHA/checksrc: also run on .md file changes
To avoid missing e.g. codespell issue when updating Markdown files only, as in82fd9edb0e#18927 Follow-up to0b54ce6ffcCloses #18935
This commit is contained in:
parent
0b54ce6ffc
commit
3800a26582
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user