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:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src
|
- src/**
|
||||||
- Cargo*
|
- Cargo*
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
# this file
|
# this file
|
||||||
|
|
@ -12,7 +12,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src
|
- src/**
|
||||||
- Cargo*
|
- Cargo*
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
# this file
|
# this file
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@
|
||||||
|
|
||||||
# The Sculptor
|
# The Sculptor
|
||||||
|
|
||||||
[](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml)
|
[](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml)
|
||||||
[](http://unmaintained.tech/)
|
|
||||||
|
|
||||||
Unofficial backend for the Minecraft mod [Figura](https://github.com/FiguraMC/Figura).
|
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/)
|
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
|
## Launch
|
||||||
|
|
||||||
To run it you will need a configured reverse proxy server.
|
To run it you will need a configured reverse proxy server.
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
* Русский
|
* Русский
|
||||||
|
|
||||||
# The Sculptor
|
# The Sculptor
|
||||||
[](https://github.com/shiroyashik/sculptor/actions/workflows/dev-release.yml)
|
[](https://github.com/shiroyashik/sculptor/actions/workflows/ci.yml)
|
||||||
[](http://unmaintained.tech/)
|
|
||||||
|
|
||||||
Неофициальный бэкенд для Minecraft мода [Figura](https://github.com/FiguraMC/Figura).
|
Неофициальный бэкенд для Minecraft мода [Figura](https://github.com/FiguraMC/Figura).
|
||||||
|
|
||||||
|
|
@ -25,8 +24,6 @@
|
||||||
|
|
||||||
На сервере включена аутентификация через: Mojang(Microsoft) и [Ely.By](https://ely.by/)
|
На сервере включена аутентификация через: Mojang(Microsoft) и [Ely.By](https://ely.by/)
|
||||||
|
|
||||||
По неконтролируемым мною причинам, сервер не доступен в некоторых странах.
|
|
||||||
|
|
||||||
## Запуск
|
## Запуск
|
||||||
|
|
||||||
Для его запуска вам понадобится настроенный обратный прокси-сервер.
|
Для его запуска вам понадобится настроенный обратный прокси-сервер.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue