Run Maven CI on JSON Schema Changes (#8748)

This commit is contained in:
Akash Jain 2022-11-15 16:06:25 +05:30 committed by GitHub
parent f77908d8b3
commit fb8cfca6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ on:
paths: paths:
- "openmetadata-service/**" - "openmetadata-service/**"
- "openmetadata-ui/**" - "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
pull_request_target: pull_request_target:
types: [labeled, opened, synchronize, reopened] types: [labeled, opened, synchronize, reopened]
branches: branches:
@ -27,7 +28,7 @@ on:
paths: paths:
- "openmetadata-service/**" - "openmetadata-service/**"
- "openmetadata-ui/**" - "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
permissions: permissions:
contents: read contents: read
checks: write checks: write