Skip to content

build: automatically use latest Hytale server version (#20) #58

build: automatically use latest Hytale server version (#20)

build: automatically use latest Hytale server version (#20) #58

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
ci:
uses: nitrado/hytale-plugin-workflows/.github/workflows/plugin-ci.yml@v1
secrets: inherit
# Optional: override defaults
# with:
# java-version: "25"