Skip to content

Auto-created pull request into master from release/1.0.7 #1

Auto-created pull request into master from release/1.0.7

Auto-created pull request into master from release/1.0.7 #1

Workflow file for this run

name: Build and Publish Release
on:
pull_request_target:
branches:
- master
types:
- closed
permissions:
contents: write
pull-requests: write
jobs:
ci:
if: ${{ github.event.pull_request.merged == true }}
uses: ./.github/workflows/ci-maven.yml
secrets: inherit
# release:
# needs: ci
# uses: ./.github/workflows/cd-deploy.yml
# secrets: inherit
# with:
# environment: release