prevent extensive unit tests when only manpages changed

This commit is contained in:
Dirk Wetter
2025-10-08 10:41:29 +02:00
parent ba9c601f70
commit 7be5da3d5a
2 changed files with 4 additions and 2 deletions

View File

@ -8,9 +8,10 @@ on:
- 'doc/**'
- 'bin/**'
- '**.md'
- '**.html'
- '**.1'
- '**.pem'
- '**.pdf'
- '**.html'
- '**.yml'
- 'LICENSE'
- 'Dockerfile'

View File

@ -8,9 +8,10 @@ on:
- 'doc/**'
- 'bin/**'
- '**.md'
- '**.html'
- '**.1'
- '**.pem'
- '**.pdf'
- '**.html'
- '**.yml'
- 'LICENSE'
- 'Dockerfile'