Maven GitHub (#11762)

* Create manual.yml

* Maven actions triggering in various scenerios

* Removing the testfile

* Updating the event to push and adding mvn build version

* Reverting the  mvn release build version changes
This commit is contained in:
Anuj359 2023-05-29 14:36:53 +05:30 committed by GitHub
parent 7eba3e6b4a
commit ecc3ae986a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,15 +14,19 @@ name: Publish Package to Maven Central Repository
on: on:
workflow_dispatch: workflow_dispatch:
pull_request_target: push:
types: branches:
- closed - main
paths: paths:
- "openmetadata-service/**" - "openmetadata-service/**"
- "openmetadata-spec/src/main/resources/json/schema/**" - "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-clients/**" - "openmetadata-clients/**"
- "pom.xml" - "pom.xml"
release:
types:
- published
permissions: permissions:
contents: read contents: read