Skip to content

Publish maven artifacts to GH Packages #5

Publish maven artifacts to GH Packages

Publish maven artifacts to GH Packages #5

name: Maven org.eclipse.theia.cloud.operator CI
on:
push:
branches:
- main
paths:
- "java/common/**"
- "java/operator/org.eclipse.theia.cloud.operator/**"
pull_request:
branches:
- main
paths:
- "java/common/**"
- "java/operator/org.eclipse.theia.cloud.operator/**"
release:
types:
- published
jobs:
call-reusable-maven-workflow:
permissions:
packages: write
uses: ./.github/workflows/reusable-maven.yml
with:
path_to_package: operator/org.eclipse.theia.cloud.operator/
dependencies: common/maven-conf/, common/org.eclipse.theia.cloud.common/