1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-04 13:55:03 +08:00

[1.1.0-SNAPSHOT] 添加 ConfiguredMessage 便于快速制作消息类配置文件。

This commit is contained in:
2022-04-25 08:13:08 +08:00
parent 1c0883534f
commit d567bfb4af
18 changed files with 555 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
central-deploy:
name: "Deploy Project (Central Repository)"
runs-on: ubuntu-latest
if: '!contains( {{ env.GITHUB_REF }} , "SNAPSHOT" )'
steps:
- uses: actions/checkout@v2
- name: "Set up JDK"
+4
View File
@@ -8,6 +8,10 @@ on:
workflow_dispatch:
pull_request:
push:
paths-ignore:
- ".github/**"
- "README.md"
- "LICENCE"
jobs:
build: