Skip to content

Commit a451213

Browse files
committed
path struct
1 parent 50e121d commit a451213

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/openapi-diff.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
on: [pull_request]
2-
paths:
3-
- fern/apis/public/openapi-public.yaml
4-
- fern/apis/beta/openapi-beta.yaml
1+
on:
2+
pull_request:
3+
paths:
4+
- fern/apis/public/openapi-public.yaml
5+
- fern/apis/beta/openapi-beta.yaml
56

67
name: validate-schema-changes
78
jobs:

0 commit comments

Comments
 (0)