diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index f75fad8fbfb..066f5cc16df 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -19,6 +19,7 @@ on: paths: - "openmetadata-service/**" - "openmetadata-ui/**" + - "openmetadata-spec/src/main/resources/json/schema/**" pull_request_target: types: [labeled, opened, synchronize, reopened] branches: @@ -27,7 +28,7 @@ on: paths: - "openmetadata-service/**" - "openmetadata-ui/**" - + - "openmetadata-spec/src/main/resources/json/schema/**" permissions: contents: read checks: write