Skip to content

Commit

Permalink
Also run manpage.yml workflow on pull requests that modify the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele6 committed Jul 13, 2023
1 parent ab2779e commit 55249e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55249e2

Please sign in to comment.