Skip to content

Commit 516eb62

Browse files
authored
[HC-1051] Validate content workflow: Add paths condition for pull requests (#495)
1 parent 917e62c commit 516eb62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow-validate.yaml

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

1416
jobs:
1517
markdown:

0 commit comments

Comments
 (0)