Skip to content

Commit 8c4fbc0

Browse files
render-doc: test ignore folders
1 parent 81a64c6 commit 8c4fbc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/render-documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ on:
88
- ".github/workflows/render-documentation.ya?ml"
99
- "examples/**"
1010
- "src/**"
11+
- "!src/lib/**"
12+
- "!src/microchip/**"
1113
pull_request:
1214
branches:
13-
- main
15+
- docs_refactor
1416
paths:
1517
- ".github/workflows/render-documentation.ya?ml"
1618
- "examples/**"
1719
- "src/**"
20+
- "!src/lib/**"
21+
- "!src/microchip/**"
1822
workflow_dispatch:
1923

2024
jobs:

0 commit comments

Comments
 (0)