Skip to content

Updated for for naming convnetions #540

Updated for for naming convnetions

Updated for for naming convnetions #540

name: clients-java-push-to-dev
on:
push:
branches:
- dev-* # Used for dev branches
- stage
- stage-jdk8
workflow_dispatch:
jobs:
build-stage:
name: Build stage
uses: ./.github/workflows/release-stage.yaml
with:
ref: ${{ github.ref }}
build-number: ${{ github.run_number }}
secrets: inherit