Skip to content

Commit 3a5378a

Browse files
Doc workflow ignore
1 parent db9e500 commit 3a5378a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77
paths-ignore:
88
- '.devcontainer/**'
99
- '.vscode/**'
10+
- 'benchmarks/**'
11+
- 'tests/**'
1012
- 'LICENSE'
1113
- 'Makefile'
1214
pull_request:
1315
paths-ignore:
1416
- '.devcontainer/**'
1517
- '.vscode/**'
18+
- 'benchmarks/**'
19+
- 'tests/**'
1620
- 'LICENSE'
1721
- 'Makefile'
1822
workflow_dispatch:

0 commit comments

Comments
 (0)