Skip to content

build: automatic build on new Hytale server version (#13) #45

build: automatic build on new Hytale server version (#13)

build: automatic build on new Hytale server version (#13) #45

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@v2
secrets: inherit
# Optional: override defaults
# with:
# java-version: "25"