Skip to content

Commit 7be5da3

Browse files
committed
prevent extensive unit tests when only manpages changed
1 parent ba9c601 commit 7be5da3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/unit_tests_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
- 'doc/**'
99
- 'bin/**'
1010
- '**.md'
11+
- '**.html'
12+
- '**.1'
1113
- '**.pem'
1214
- '**.pdf'
13-
- '**.html'
1415
- '**.yml'
1516
- 'LICENSE'
1617
- 'Dockerfile'

.github/workflows/unit_tests_ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
- 'doc/**'
99
- 'bin/**'
1010
- '**.md'
11+
- '**.html'
12+
- '**.1'
1113
- '**.pem'
1214
- '**.pdf'
13-
- '**.html'
1415
- '**.yml'
1516
- 'LICENSE'
1617
- 'Dockerfile'

0 commit comments

Comments
 (0)