boring.tools-poc/.gitea/workflows/branches.yaml
Lars Hampe 63532c6747
All checks were successful
Build and Push Docker Image / tests (push) Successful in 40s
ci: simplify
2024-10-01 19:01:52 +02:00

11 lines
174 B
YAML

name: Build and Push Docker Image
run-name: ${{ gitea.actor }}
on:
push:
branches:
- "!main"
- "**/*"
jobs:
tests:
uses: ./.gitea/workflows/test.yaml