9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

[ci-skip] add ci skip to publish api workflow

This commit is contained in:
NONPLAYT
2025-10-18 05:28:39 +03:00
parent 83e84568d0
commit d1d592126a

View File

@@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- name: Checkout repository
uses: actions/checkout@main