mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-21 15:59:23 +00:00
[ci-skip] run build only when pushing or making pr to default branch
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Build DivineMC
|
name: Build DivineMC
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ "ver/1.21" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "ver/1.21" ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user