mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 16:46:59 +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:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "catalog-rest-service/**"
|
||||
- "openmetadata-ui/**"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "catalog-rest-service/**"
|
||||
- "openmetadata-ui/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user