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:
@@ -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
|
||||
Reference in New Issue
Block a user