9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2026-01-06 15:41:52 +00:00

update workflow

This commit is contained in:
NONPLAYT
2025-04-27 02:11:53 +03:00
parent c868d02945
commit d2e6cbeb88

View File

@@ -1,15 +1,13 @@
name: DivineMC Test CI
name: DivineMC Test Build
on:
push:
branches-ignore: [ master ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: blacksmith-8vcpu-ubuntu-2204
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- name: Setup Action
uses: actions/checkout@v4