From c4c622f018bd64ccf6693f92ac721ce5a53336eb Mon Sep 17 00:00:00 2001 From: shiroyashik Date: Sat, 12 Jul 2025 17:49:57 +0300 Subject: [PATCH] fix: CI workflow does not start when changes are made to src + readme update --- .github/workflows/ci.yml | 4 ++-- README.md | 6 +----- README.ru.md | 5 +---- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c38e1b7..383a83c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [ "master" ] paths: - - src + - src/** - Cargo* - Dockerfile # this file @@ -12,7 +12,7 @@ on: pull_request: branches: [ "master" ] paths: - - src + - src/** - Cargo* - Dockerfile # this file diff --git a/README.md b/README.md index ca6544c..39efa5f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ # The Sculptor -[![Push Dev](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml/badge.svg?branch=master)](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml) -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +[![CI](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml) Unofficial backend for the Minecraft mod [Figura](https://github.com/FiguraMC/Figura). @@ -26,9 +25,6 @@ To connect, simply change **Figura Cloud IP** in Figura settings to the address Authentication is enabled on the server via: Mojang(Microsoft) and [Ely.By](https://ely.by/) -For reasons beyond my control, the server is not available in some countries. - - ## Launch To run it you will need a configured reverse proxy server. diff --git a/README.ru.md b/README.ru.md index 5c35b45..4b20165 100644 --- a/README.ru.md +++ b/README.ru.md @@ -2,8 +2,7 @@ * Русский # The Sculptor -[![Push Dev](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml/badge.svg?branch=master)](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml) -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +[![CI](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml) Неофициальный бэкенд для Minecraft мода [Figura](https://github.com/FiguraMC/Figura). @@ -25,8 +24,6 @@ На сервере включена аутентификация через: Mojang(Microsoft) и [Ely.By](https://ely.by/) -По неконтролируемым мною причинам, сервер не доступен в некоторых странах. - ## Запуск Для его запуска вам понадобится настроенный обратный прокси-сервер.