mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-22 23:43:09 +00:00
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:
parent
7eba3e6b4a
commit
ecc3ae986a
12
.github/workflows/publish-maven-package.yml
vendored
12
.github/workflows/publish-maven-package.yml
vendored
@ -13,16 +13,20 @@ 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user