mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-25 02:04:39 +00:00
Run Maven CI on JSON Schema Changes (#8748)
This commit is contained in:
parent
f77908d8b3
commit
fb8cfca6af
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user