Skip to content

Commit afc1830

Browse files
committed
Added extra paths in the workflow file.
1 parent 33cde75 commit afc1830

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/doc-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
- main
55
paths:
66
- '.github/workflows/doc-check.yml'
7+
- '.github/build/scripts/compare-signatures.py'
8+
- '.github/build/python/requirements.txt'
79
- 'docs/magick\+\+/**'
810
pull_request:
911
branches:
1012
- main
1113
paths:
1214
- '.github/workflows/doc-check.yml'
15+
- '.github/build/scripts/compare-signatures.py'
16+
- '.github/build/python/requirements.txt'
1317
- 'docs/magick\+\+/**'
1418
workflow_dispatch:
1519
schedule:

0 commit comments

Comments
 (0)