Skip to content

Commit 69bb7f3

Browse files
restore main branch in render-doc workflow
1 parent de452c3 commit 69bb7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/render-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Render Documentation
33
on:
44
push:
55
branches:
6-
- docs_refactor
6+
- main
77
paths:
88
- ".github/workflows/render-documentation.ya?ml"
99
- "examples/**"
@@ -12,7 +12,7 @@ on:
1212
- "!src/microchip/**"
1313
pull_request:
1414
branches:
15-
- docs_refactor
15+
- main
1616
paths:
1717
- ".github/workflows/render-documentation.ya?ml"
1818
- "examples/**"

0 commit comments

Comments
 (0)