Update for 1.21.5-pre2

This commit is contained in:
shedaniel
2025-03-18 14:12:42 +08:00
parent 0be1f2c837
commit 0e94fdd1bd
31 changed files with 61 additions and 314 deletions

View File

@@ -1,4 +1,4 @@
name: Build PR snapshot (1.20.6)
name: Build PR snapshot (1.21.5)
on:
pull_request:
@@ -7,7 +7,7 @@ on:
- '**.properties'
- '**/src/**'
branches:
- "1.21.4"
- "1.21.5"
types: [ opened, synchronize, reopened ]
jobs:
validate-gradle:

View File

@@ -1,4 +1,4 @@
name: Build and Release (1.20.6)
name: Build and Release (1.21.5)
on:
push:
@@ -8,7 +8,7 @@ on:
- '**/src/**'
- '.github/**'
branches:
- "1.21.4"
- "1.21.5"
workflow_dispatch:
inputs:
norelease: