mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03: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
1 changed files with 0 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue