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

update workflows

This commit is contained in:
NONPLAYT
2025-10-11 18:09:43 +03:00
parent a558946b75
commit b28c29f61d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
name: Build DivineMC 1.21.8 name: Build DivineMC 1.21.10
on: on:
push: push:
branches: branches:
- "ver/1.21.8" - "ver/1.21.10"
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

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

View File

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