Skip to content

Feature/ecs member reindex #296

Feature/ecs member reindex

Feature/ecs member reindex #296

Workflow file for this run

name: Maven central workflow
on:
push:
pull_request:
workflow_dispatch:
jobs:
maven:
uses: folio-org/.github/.github/workflows/maven.yml@v1
# Only handle push events from the main branch or tags, to decrease PR noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
java-version: '21'
publish-module-descriptor: true
allow-snapshots-release: false
do-sonar-scan: true
do-docker: true