Skip to content

Commit d732088

Browse files
committed
Roff pages won't trigger a unit test anymore
1 parent df100d9 commit d732088

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.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+
- '**.1'
12+
- '**.html'
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+
- '**.1'
12+
- '**.html'
1113
- '**.pem'
1214
- '**.pdf'
13-
- '**.html'
1415
- '**.yml'
1516
- 'LICENSE'
1617
- 'Dockerfile'

0 commit comments

Comments
 (0)