Skip to content

CI

CI #38

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"