mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01: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:
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'
|
||||
|
||||
Reference in New Issue
Block a user