CI/synopsis.yml: run on .md files

Reported-by: Viktor Szakats
Fixes #14032
Closes #14037
This commit is contained in:
Philip H 2024-06-27 10:39:14 +02:00 committed by Daniel Stenberg
parent 41e0250411
commit f7c19b45dc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -10,12 +10,16 @@ on:
- master - master
- '*/ci' - '*/ci'
paths: paths:
- 'docs/libcurl/curl_*.3' - 'docs/libcurl/curl_*.md'
- 'scripts/*.pl'
- '.github/workflows/*.yml'
pull_request: pull_request:
branches: branches:
- master - master
paths: paths:
- 'docs/libcurl/curl_*.3' - 'docs/libcurl/curl_*.md'
- 'scripts/*.pl'
- '.github/workflows/*.yml'
permissions: {} permissions: {}
@ -27,4 +31,4 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: verify-synopsis - name: verify-synopsis
run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3 run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.md