mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
fix: CI workflow does not start when changes are made to src
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
+ readme update
This commit is contained in:
parent
badd43320d
commit
c4c622f018
3 changed files with 4 additions and 11 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
# The Sculptor
|
||||
|
||||
[](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml)
|
||||
[](http://unmaintained.tech/)
|
||||
[](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.
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
* Русский
|
||||
|
||||
# The Sculptor
|
||||
[](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml)
|
||||
[](http://unmaintained.tech/)
|
||||
[](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/)
|
||||
|
||||
По неконтролируемым мною причинам, сервер не доступен в некоторых странах.
|
||||
|
||||
## Запуск
|
||||
|
||||
Для его запуска вам понадобится настроенный обратный прокси-сервер.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue