[CI-Skip] [CheckSkip] Improve workflows

This commit is contained in:
AlphaKR93
2023-03-25 00:22:35 +09:00
parent 40f22c87a5
commit 7a95b47641
3 changed files with 6 additions and 12 deletions

View File

@@ -2,15 +2,9 @@ name: Test build with Normal JDK
on:
push:
branches: [ "ver/*", "feat/*", "dev/*", "expr/*", "ench/*" ]
branches: [ "ver/*", "feat/*", "dev/*", "expr/*", "ench/*", "impl/*" ]
workflow_dispatch:
env:
ORG_NAME: PlazmaMC
MC_VERSION: 1.19.4
MAIN_BRANCH: ver/1.19.4
DEBUG: 'false'
jobs:
release:
strategy: