mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-14 00:57:09 +00:00
adding paths for maven build
This commit is contained in:
parent
83e6e5aebc
commit
4032334a6b
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@ -18,8 +18,14 @@ name: Maven CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "catalog-rest-service/**"
|
||||||
|
- "openmetadata-ui/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "catalog-rest-service/**"
|
||||||
|
- "openmetadata-ui/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user