Skip to content

Reading java version #6

Reading java version

Reading java version #6

Workflow file for this run

name: 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