Skip to content

Commit 2924394

Browse files
committed
Don't tigger unit tests whenroff file was changed
1 parent a3372ed commit 2924394

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)