Skip to content

Prepare new development branch release-2.12.x #220

Prepare new development branch release-2.12.x

Prepare new development branch release-2.12.x #220

Workflow file for this run

name: Push biodata task
on:
push:
branches:
- TASK-*
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit