ci: remove branches.yaml workflow
All checks were successful
Build and Push Docker Image / tests (push) Successful in 40s
Build and Push Docker Image / build (push) Successful in 1m9s

This commit is contained in:
Lars Hampe 2024-10-01 20:46:27 +02:00
parent c0a893b48c
commit ed424d78fd

View File

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