Update py-ingestion-core version control and publish workflows (#2330)

This commit is contained in:
Matt 2022-01-21 08:58:24 -08:00 committed by GitHub
parent 91767ee4cf
commit 2d44e11f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ on:
branches: [ main ] branches: [ main ]
types: [ opened ] types: [ opened ]
paths: paths:
- 'catalog-rest-service/src/main/resources/json/**' - 'catalog-rest-service/src/main/resources/json/schema/**'
jobs: jobs:
py-ingestion-core-comment: py-ingestion-core-comment:

View File

@ -21,7 +21,7 @@ on:
branches: branches:
- main - main
paths: paths:
- 'catalog-rest-service/src/main/resources/json/**' - 'catalog-rest-service/src/main/resources/json/schema/**'
- 'ingestion-core/src/metadata/_version.py' - 'ingestion-core/src/metadata/_version.py'
jobs: jobs: