Update .gitea/workflows/build_test.yaml
All checks were successful
Gitea build & Test. / docker (pull_request) Successful in 7s

This commit is contained in:
2026-03-08 14:07:52 +00:00
parent 86c3cfe426
commit bcb72b42e1

View File

@@ -0,0 +1,18 @@
name: Gitea build & Test.
run-name: ${{ gitea.actor }}
on:
push:
branches:
- main
- pre-prod
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
run: make test