From bf1fc84c5b16058016df5e1daefc9d56ebc6a3cf Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 12 Feb 2026 20:04:55 +0100 Subject: [PATCH] ci: add force release and only run on relevant changes (#16) Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/16 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/cd.yaml | 5 ++++- .nvmrc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 .nvmrc diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 129dea8..d53b51a 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -4,6 +4,9 @@ on: push: branches: - main + paths: + - action.yml + workflow_dispatch: jobs: release: @@ -20,4 +23,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 }} diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index a45fd52..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -24