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:
6
.github/workflows/manpage.yml
vendored
6
.github/workflows/manpage.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user