Skip to content

Commit 9e7e135

Browse files
committed
docs(CI): adjust CI triggers
1 parent 1da32b5 commit 9e7e135

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: MkDocs Deploy
22

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

710
jobs:
811
build-docs:
9-
uses: cpp-linter/.github/.github/workflows/mkdocs.yml@main
12+
uses: cpp-linter/.github/.github/workflows/mkdocs.yml@gh-pages-deployment

0 commit comments

Comments
 (0)