9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

Updated Upstream (Purpur)

Upstream has released updates that appear to apply and compile correctly

Purpur Changes:
PurpurMC/Purpur@7dbe4153 Add support for "/chase", a disabled Minecraft command. (#1690)
PurpurMC/Purpur@11c030a8 Updated Upstream (Paper)
This commit is contained in:
NONPLAYT
2025-07-12 23:40:18 +03:00
parent cfd46841b3
commit 6095d504bd
13 changed files with 37 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ name: Build DivineMC 1.21.7
on:
push:
branches:
- "master"
- "ver/1.21.7"
workflow_dispatch:
jobs:

View File

@@ -2,7 +2,7 @@ name: Build Pull Request
on:
pull_request:
branches: [ "master" ]
branches: [ "ver/1.21.7" ]
jobs:
build:

View File

@@ -2,7 +2,7 @@ name: Publish API
on:
push:
branches: [ "master" ]
branches: [ "ver/1.21.7" ]
workflow_dispatch:
jobs: