boring.tools-poc/.gitea/workflows/branches.yaml
Lars Hampe 070a70c0b8
Some checks failed
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Failing after 0s
ci: refactor workflows
2024-10-01 19:00:39 +02:00

14 lines
229 B
YAML

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