NEWS: Welcome to my new homepage! <3

Merge branch 'main' into feat/fast-travel - poppy - A feature-rich Minecraft plugin which enhances gaming experience

poppy

A feature-rich Minecraft plugin which enhances gaming experience
git clone git://192.168.2.2/poppy
Log | Files | Refs | README

commit 1898299ce66fc08fe522e9ebb4171cde1d735ae6
parent eea09e6aae1ac37edb7afd8bd7743cedc27f419e
Author: typable <contact@typable.dev>
Date:   Sun,  8 Sep 2024 13:34:32 +0200

Merge branch 'main' into feat/fast-travel

Diffstat:
M.gitea/workflows/build.yaml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -1,6 +1,9 @@ name: Runner run-name: ${{ gitea.actor }} is building -on: [push] + +on: + push: + branches: [main] jobs: Build: