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

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