Skip to content

Commit 55249e2

Browse files
committed
Also run manpage.yml workflow on pull requests that modify the manual
1 parent ab2779e commit 55249e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/manpage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- 'docs/**'
77
- 'tests/man.test'
88
- 'jq.1.prebuilt'
9+
pull_request:
10+
paths:
11+
- '.github/workflows/manpage.yml'
12+
- 'docs/**'
13+
- 'tests/man.test'
14+
- 'jq.1.prebuilt'
915

1016
jobs:
1117
manpages:

0 commit comments

Comments
 (0)