Skip to content

Add 'tests/integration-tests/' from commit '1b1c161b125eed34b629858c5… #5

Add 'tests/integration-tests/' from commit '1b1c161b125eed34b629858c5…

Add 'tests/integration-tests/' from commit '1b1c161b125eed34b629858c5… #5

Workflow file for this run

name: Maven Deploy
on:
push:
branches:
- 'main' # Build the latest develop-SNAPSHOT
paths:
- '**/src/**'
- '**/pom.xml'
- 'pom.xml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
uses: ardoco/actions/.github/workflows/maven.yml@main
with:
deploy: true
with-submodules: true
runs-on: self-hosted
secrets:
OSSRH_USER: ${{secrets.OSSRH_USER}}
OSSRH_TOKEN: ${{secrets.OSSRH_TOKEN}}
GPG_KEY: ${{secrets.GPG_KEY}}