Skip to content

Cleanup build related code #9

Cleanup build related code

Cleanup build related code #9

Workflow file for this run

on:
push:
branches: [ "*" ]
tags: [ "*" ]
paths-ignore: [ "README.md" ]
workflow_dispatch: { }
jobs:
build-hotspot:
uses: "./.github/workflows/build-hotspot.yml"
secrets: "inherit" # for Docker image publication
with:
JDK_VERSION: "23"