We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adbe02 commit e575b03Copy full SHA for e575b03
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,24 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ tags:
8
+ - '*'
9
+ pull_request:
10
11
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