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 -7
View File
@@ -1,13 +1,9 @@
name: '📚 Docs'
# 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
paths:
- 'docs/**'
- 'mkdocs.yml'
- 'examples/**/*.cpp' # snippet sources
workflow_call:
workflow_dispatch:
jobs: