ci: paths-filter på v1-workflows — helmd-/doc-ändringar ska inte bygga om Node-stacken
Some checks failed
release-client / build-release (push) Has been cancelled
build-and-push / build (push) Successful in 6s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 20:55:46 +02:00
parent f9c79ac84e
commit 822f5ded98

View File

@@ -5,6 +5,13 @@ name: build-and-push
on: on:
push: push:
branches: [master, main] branches: [master, main]
paths:
- "packages/**"
- "Dockerfile"
- ".dockerignore"
- "pnpm-lock.yaml"
- "package.json"
- ".gitea/workflows/build.yaml"
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs: