Skip to content

CICD: new SDLC Updating branches and version references #TASK-6879 #321

CICD: new SDLC Updating branches and version references #TASK-6879

CICD: new SDLC Updating branches and version references #TASK-6879 #321

Workflow file for this run

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