mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +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
|
||||
on:
|
||||
push:
|
||||
branches: [ "ver/1.21" ]
|
||||
pull_request:
|
||||
branches: [ "ver/1.21" ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user