Merge pull request #281 from opencb/TASK-7097 #208
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push biodata develop | |
on: | |
push: | |
branches: | |
- develop | |
- release-* | |
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 | |
deploy-maven: | |
uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop | |
needs: test | |
secrets: inherit |