Skip to content

Merge commit '715f264e5e6d6688cd8cd11a5cc35468df0f8d08' into feature/… #10

Merge commit '715f264e5e6d6688cd8cd11a5cc35468df0f8d08' into feature/…

Merge commit '715f264e5e6d6688cd8cd11a5cc35468df0f8d08' into feature/… #10

Workflow file for this run

name: Maven Verify
on:
push: # Ignore releases and main dev branch
tags-ignore:
- 'v*'
branches-ignore:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
uses: ardoco/actions/.github/workflows/maven.yml@main
with:
deploy: false
with-submodules: true
runs-on: self-hosted
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""