Skip to content

Commit

Permalink
add more on: keys to mkdocs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 19, 2024
1 parent ba2b768 commit 97de3a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build docs site

on:
push:
branches-ignore:
- "main"
paths:
- "docs/**"
- "mkdocs.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy docs site

on:
push:
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 97de3a9

Please sign in to comment.