Skip to content

Integration fixes

Integration fixes #121

Workflow file for this run

name: clients-java-push-to-dev
on:
push:
branches:
- dev/*
workflow_dispatch:
jobs:
build-stage:
name: Build stage
uses: ./.github/workflows/build-dev.yaml
with:
branch: ${{ github.ref }}
upload-artifacts: true
secrets: inherit