mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-22 15:32:48 +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
10
.github/workflows/publish-maven-package.yml
vendored
10
.github/workflows/publish-maven-package.yml
vendored
@ -14,15 +14,19 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user