CI: Gitea Actions runs the full gate (ci.sh) on push to any branch except main; document runner setup
CI / full-gate (push) Failing after 0s

This commit is contained in:
2026-07-02 14:24:19 +02:00
parent 8afaeccf2c
commit 94654a2adc
3 changed files with 40 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
name: CI
on:
push:
branches-ignore: [main]
jobs:
full-gate:
runs-on: docker-host
steps:
- uses: actions/checkout@v4.2.2
- run: bash ci.sh