chore: add CI path filters, update README and images

- ci.yml: skip lint/test/docker on docs-only and markdown-only pushes
- deploy-docs.yml: only rebuild GitHub Pages when apps/docs/** changes
- README.md: updated key features and content
- images: updated dashboard screenshots, removed stale images
This commit is contained in:
ashim-hq
2026-04-16 16:53:36 +08:00
parent e529fbb839
commit 9178d7673d
7 changed files with 21 additions and 8 deletions
+12
View File
@@ -3,8 +3,20 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- "README.md"
- "CONTRIBUTING.md"
- "images/**"
- "apps/docs/**"
- "docs/**"
pull_request:
branches: [main]
paths-ignore:
- "README.md"
- "CONTRIBUTING.md"
- "images/**"
- "apps/docs/**"
- "docs/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}