Skip to content

Commit

Permalink
restrict push to kb action to only fire if docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill authored Oct 18, 2024
1 parent 7f60001 commit 95abecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Push docs to knowledgebase
on:
push:
branches: master
paths:
- "docs/**"
- ".github/workflows/docs-push.yml"

jobs:
Copy-docs:
Expand Down

0 comments on commit 95abecb

Please sign in to comment.