Skip to content

Commit c5d5e81

Browse files
authored
Update Deploy MkDocs.yml
Add trigger on PR and manual workflow dispatch
1 parent 28c52bc commit c5d5e81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Deploy MkDocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 📖 Deploy MkDocs to GitHub
22
# Install, build, and deploy MkDocs to GitHub Pages using content from the Docs folder.
33

44
on:
5+
pull_request:
6+
branches:
7+
- main
8+
- testing
59
push:
610
branches:
711
#- main # The branch you want to deploy from
@@ -10,7 +14,7 @@ on:
1014
- 'Docs/**'
1115
- '.github/workflows/Deploy MkDocs.yml'
1216
- './mkdocs.yml'
13-
workflow_dispatch:
17+
workflow_dispatch:
1418

1519
jobs:
1620
build:

0 commit comments

Comments
 (0)