From 0fc0e66a6e76df111d7dcf290d99cd8db546a53a Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 12 Feb 2026 19:52:24 +0100 Subject: [PATCH] ci: only run cd on relevant changes --- .gitea/workflows/cd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 129dea8..d431093 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - action.yml jobs: release: @@ -20,4 +22,4 @@ jobs: token: ${{ secrets.GITEA_TOKEN }} - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@72551407e761ecdad9bfd421513a1f3b6f252234 # 0.1.2 with: - tag: ${{ steps.tag.outputs.new-tag }} \ No newline at end of file + tag: ${{ steps.tag.outputs.new-tag }}