Auto-build docker when docker file changes.
🚦 CI / changes (push) Failing after 5s
🚦 CI / docker (push) Has been skipped
🚦 CI / test (push) Has been skipped
🚦 CI / docs (push) Has been skipped

This commit is contained in:
2026-06-20 09:16:27 +02:00
parent 7cb92a4091
commit 6b52526e44
4 changed files with 126 additions and 19 deletions
+3 -12
View File
@@ -1,18 +1,9 @@
name: '🧪 Test'
# Triggering and path filtering are owned by ci.yaml (the orchestrator), which
# calls this as a reusable workflow. workflow_dispatch is kept for manual runs.
on:
push:
branches:
- master
- develop
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
- develop
paths-ignore:
- '**/*.md'
workflow_call:
workflow_dispatch:
jobs: