Skip to content

Commit 462a98f

Browse files
authored
workflows: doc: skip preview when doc is not modified on PR (#233)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
1 parent 5ba535f commit 462a98f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- "docs/**"
1111
pull_request:
1212
types: [opened, synchronize, reopened, closed]
13+
paths:
14+
- "docs/**"
1315
workflow_dispatch:
1416

1517
concurrency:

0 commit comments

Comments
 (0)