Update .gitea/workflows/build-git.yaml

This commit is contained in:
2025-10-15 00:14:35 +02:00
parent 00b267e902
commit 07e33ebb35

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch
push # when to trigger this. Here, on every push
jobs:
build_linux
build_linux:
name: "Build and test"
runs-on: ubuntu-latest
steps: