Skip to content

Commit 7f9b811

Browse files
committed
chore: adjust docs CI triggers
- only build docs for PRs and pushes to main - only deploys docs from main branch
1 parent 1da32b5 commit 7f9b811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: MkDocs Deploy
22

33
on:
44
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
58
workflow_dispatch:
69

710
jobs:

0 commit comments

Comments
 (0)