Integration fixes #64
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: clients-java-push-to-dev | ||
on: | ||
push: | ||
branches: | ||
- dev/* | ||
workflow_dispatch: | ||
jobs: | ||
build-stage: | ||
name: Build stage | ||
uses: ./.github/workflows/build-dev.yaml | ||
Check failure on line 12 in .github/workflows/push-to-dev.yaml GitHub Actions / clients-java-push-to-devInvalid workflow file
|
||
with: | ||
branch: ${{ github.ref }} | ||
upload-artifacts: true | ||
secrets: inherit |