Skip to content

Commit 6bb140a

Browse files
authored
Update test-doc.yml
1 parent 715ceb4 commit 6bb140a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 🧪 Docs Test WorkFlow 📚
33
on:
44
pull_request:
55
branches: [main, develop]
6+
push:
7+
branches: [docs/wip]
68

79
# Restrict permissions by default
810
permissions:
@@ -36,4 +38,4 @@ jobs:
3638
3739
3840
- name: 🧪 Test Docs Build
39-
run: uv run mkdocs build --verbose
41+
run: uv run mkdocs build --verbose

0 commit comments

Comments
 (0)