Skip to content

Commit df584c3

Browse files
committed
gha/sync-cli-docs: Only trigger on relevant PRs
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 6c93855 commit df584c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync-cli-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
required: false
1212
default: ""
1313
pull_request:
14+
paths:
15+
- '.github/workflows/sync-cli-docs.yml'
16+
- 'hack/sync-cli-docs.sh'
1417

1518
permissions:
1619
contents: write

0 commit comments

Comments
 (0)