Skip to content

Commit e575b03

Browse files
committed
build: add github workflow
1 parent 8adbe02 commit e575b03

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- main
12+
workflow_dispatch:
13+
14+
permissions:
15+
contents: write
16+
17+
jobs:
18+
ci:
19+
uses: nitrado/hytale-plugin-workflows/.github/workflows/plugin-ci.yml@main
20+
secrets: inherit
21+
# Optional: override defaults
22+
# with:
23+
# java-version: "25"
24+

0 commit comments

Comments
 (0)