Skip to content

Commit 4d88e6d

Browse files
committed
Add path to workflow to only verify when changes are made
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent e67d16b commit 4d88e6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/schema-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ name: Verify Specification Examples
66
on:
77
push:
88
branches: [ "main" ]
9+
paths:
10+
- 'schema/**'
11+
- 'examples/**'
912
pull_request:
1013
branches: [ "main" ]
14+
paths:
15+
- 'schema/**'
16+
- 'examples/**'
1117

1218
jobs:
1319
build:

0 commit comments

Comments
 (0)