Skip to content

cicd: Fix calculating opencga branch in pull request approve workflow… #306

cicd: Fix calculating opencga branch in pull request approve workflow…

cicd: Fix calculating opencga branch in pull request approve workflow… #306

Workflow file for this run

name: Merge/Push in java-common-libs develop branch
on:
push:
branches:
- develop
- release-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit
deploy-maven:
uses: ./.github/workflows/deploy-maven-repository-workflow.yml
needs: test
secrets: inherit