boring.tools-poc/.gitea/workflows/branches.yaml
Lars Hampe d2ee997ac7
All checks were successful
Build and Push Docker Image / tests (push) Successful in 35s
Build and Push Docker Image / build (push) Successful in 2m35s
Add testing ci pipeline (#1)
Reviewed-on: boring.tools/boring.tools#1
Co-authored-by: Lars Hampe <hello@hashdot.co>
Co-committed-by: Lars Hampe <hello@hashdot.co>
2024-10-01 17:04:13 +00: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