9
0
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:
Artem Ostrasev
2024-07-08 09:28:31 +03:00
committed by GitHub
parent 0115c26bbe
commit bfadaa38b1

View File

@@ -1,6 +1,9 @@
name: Build DivineMC
on:
push:
branches: [ "ver/1.21" ]
pull_request:
branches: [ "ver/1.21" ]
workflow_dispatch:
env: