Skip to content

Update junit5 monorepo to v5.11.4 #115

Update junit5 monorepo to v5.11.4

Update junit5 monorepo to v5.11.4 #115

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: dfuchss/actions/.github/workflows/maven.yml@main
with:
deploy: false
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""