Port to 1.21.6 (#633)

* Port to 1.21.6-rc1

* Bump for 1.21.6

---------

Co-authored-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
ellellie
2025-06-18 13:34:29 +12:00
committed by GitHub
parent 9038d94f46
commit 2b8b696d24
15 changed files with 41 additions and 40 deletions

View File

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

View File

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