Skip to content

Commit

Permalink
chore: only run pages ci on docs/ change
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Dec 9, 2023
1 parent d90c6c6 commit 8bb7e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy mdBook site to Pages
on:
push:
branches: ["main"]
# only when `docs/` changes
paths: ["docs/**"]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 8bb7e38

Please sign in to comment.