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/**' - 'doc/**'
- 'bin/**' - 'bin/**'
- '**.md' - '**.md'
- '**.html'
- '**.1'
- '**.pem' - '**.pem'
- '**.pdf' - '**.pdf'
- '**.html'
- '**.yml' - '**.yml'
- 'LICENSE' - 'LICENSE'
- 'Dockerfile' - 'Dockerfile'

View File

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