mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 12:50:20 +00:00
added run conditions for mvn publish workflow (#9571)
This commit is contained in:
parent
7e7528e13b
commit
6597e49af8
12
.github/workflows/publish-maven-package.yml
vendored
12
.github/workflows/publish-maven-package.yml
vendored
@ -12,9 +12,19 @@
|
|||||||
name: Publish Package to Maven Central Repository
|
name: Publish Package to Maven Central Repository
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
paths:
|
||||||
|
- "openmetadata-service/**"
|
||||||
|
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||||
|
- "openmetadata-clients/**"
|
||||||
|
- "pom.xml"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user