1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Also run manpage.yml workflow on pull requests that modify the manual

This commit is contained in:
Emanuele Torre
2023-07-13 06:19:32 +02:00
parent ab2779e2e5
commit 55249e29be

View File

@ -6,6 +6,12 @@ on:
- 'docs/**'
- 'tests/man.test'
- 'jq.1.prebuilt'
pull_request:
paths:
- '.github/workflows/manpage.yml'
- 'docs/**'
- 'tests/man.test'
- 'jq.1.prebuilt'
jobs:
manpages: