Skip to content

Commit 254b8e0

Browse files
Update deploy.yml
1 parent 40c1b5f commit 254b8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deploy MkDocs to GitHub Pages
33
on:
44
push:
55
branches:
6-
- develop # Trigger this workflow on push to the develop branch
6+
- develop-mkdocs # Trigger this workflow on push to the develop branch
77
pull_request:
88
branches:
9-
- develop # Also trigger on pull requests to the develop branch
9+
- develop-mkdocs # Also trigger on pull requests to the develop branch
1010

1111
jobs:
1212
deploy:

0 commit comments

Comments
 (0)