Skip to content

Commit 07f9371

Browse files
restrict push to kb action to only fire if docs change (#296)
1 parent 7f60001 commit 07f9371

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs-push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Push docs to knowledgebase
22
on:
33
push:
44
branches: master
5+
paths:
6+
- "docs/**"
7+
- ".github/workflows/docs-push.yml"
58

69
jobs:
710
Copy-docs:

0 commit comments

Comments
 (0)