Skip to content

Commit

Permalink
only run docs on paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Mar 5, 2024
1 parent 988e66c commit 97b8209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: docs
on:
push:
branches: [main]
paths:
- "docs/**"
- ".github/workflows/docs.yaml"

permissions:
contents: write
Expand Down

0 comments on commit 97b8209

Please sign in to comment.