Skip to content

Commit

Permalink
Added: mkdocs publishing for 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Sep 20, 2024
1 parent 4edc425 commit 305dd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployMkDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: MkDocs Build and Deploy
on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ main, master ]
paths:
- "mkdocs.yml"
- "docs/**"
pull_request:
branches: [ main ]
branches: [ main, master ]
paths:
- "mkdocs.yml"
- "docs/**"
Expand Down

0 comments on commit 305dd22

Please # to comment.