From 1f6f058e06592262ee270fe0cbbe8e99211c9945 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 24 Jul 2026 18:42:57 +0200 Subject: [PATCH] ci: only rlease on changes in renovate configs (#104) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/104 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/cd.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 1a536e1..72aaa7c 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -4,6 +4,14 @@ on: push: branches: - main + paths: + - "action.json" + - "bun-npm.json" + - "common.json" + - "docker-compose.json" + - "golang.json" + - "helm.json" + - "k8s.json" workflow_dispatch: jobs: