Skip to content

Commit 0910b71

Browse files
committed
limit docs checks to pushes to main and PRs
1 parent 07e15af commit 0910b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 📚 Docs Checks
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- "docs/**"
79
pull_request:

0 commit comments

Comments
 (0)