adding paths for maven build

This commit is contained in:
Akash-Jain 2021-11-29 19:17:44 +05:30
parent 83e6e5aebc
commit 4032334a6b

View File

@ -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: