diff --git a/.github/workflows/openmetadata-ingestion-core-version-comment.yml b/.github/workflows/openmetadata-ingestion-core-version-comment.yml index 1ae695031b1..314b4e21ae1 100644 --- a/.github/workflows/openmetadata-ingestion-core-version-comment.yml +++ b/.github/workflows/openmetadata-ingestion-core-version-comment.yml @@ -18,7 +18,7 @@ on: branches: [ main ] types: [ opened ] paths: - - 'catalog-rest-service/src/main/resources/json/**' + - 'catalog-rest-service/src/main/resources/json/schema/**' jobs: py-ingestion-core-comment: diff --git a/.github/workflows/py-ingestion-core-publish.yml b/.github/workflows/py-ingestion-core-publish.yml index 80336d6d346..da905e1566c 100644 --- a/.github/workflows/py-ingestion-core-publish.yml +++ b/.github/workflows/py-ingestion-core-publish.yml @@ -21,7 +21,7 @@ on: branches: - main paths: - - 'catalog-rest-service/src/main/resources/json/**' + - 'catalog-rest-service/src/main/resources/json/schema/**' - 'ingestion-core/src/metadata/_version.py' jobs: