Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
henlein committed Aug 15, 2024
2 parents b7d6f35 + 08a0c50 commit 2f12ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Build Documentation using MkDocs
# https://medium.com/dev-genius/continuous-deployment-for-mkdocs-with-github-actions-7dceec87f0ea
on:
push:
branches: [master]
branches: [master,main]
pull_request:
branches: [master]
branches: [master,main]
jobs:
build:
name: Build and Deploy Documentation
Expand Down

0 comments on commit 2f12ff5

Please sign in to comment.