Skip to content

build: use v2 of shared workflow #40

build: use v2 of shared workflow

build: use v2 of shared workflow #40

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"