mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
04.51.2025 d427c09f0d7fc49688ca3a2b39f87fbf0cfa2f52
.github/workflows/deploy.yml
@@ -2,12 +2,12 @@
on:
  workflow_run:
    branches: [ master ]
    workflows: ["Build"]
    branches: [ 'master','release/5.0.0-SNAPSHOT' ]
    workflows: ["Build","Release"]
    types: [completed]
jobs:
  package-deploy-maven:
    if: ${{ github.event.workflow_run.conclusion == 'success' }}
    if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event=='push'}}
    runs-on: 'ubuntu-latest'
    steps:
      - name: Print github context
@@ -31,6 +31,7 @@
        with:
          fetch-depth: 0
          submodules: recursive
          ref: ${{ github.event.workflow_run.head_branch }}
      - name: Set up Java for publishing to Maven Central Repository OSS
        uses: actions/setup-java@v4
        with: