From 6f42d82ab2c809e95a5d8f201fe11596128f725a Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sun, 26 Apr 2026 14:14:21 -0400 Subject: [PATCH] fix: remove paths-ignore from release.yml so content edits fire release pipeline Tracks DTD#47. Parallel rollout following Home-Lab canary at b7adc86. Blender's paths-ignore enumerated specific md files (README, AGENTS, CLAUDE, CHANGELOG, ROADMAP) plus .github/**, docs/**, LICENSE; reconciled to the same canonical empty-paths-ignore pattern as the rest of the ecosystem. workflow_dispatch trigger preserved. Made-with: Cursor --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f95b19..a77cec6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,15 +3,6 @@ name: Release on: push: branches: [main] - paths-ignore: - - ".github/**" - - "docs/**" - - "LICENSE" - - "README.md" - - "AGENTS.md" - - "CLAUDE.md" - - "CHANGELOG.md" - - "ROADMAP.md" workflow_dispatch: {} permissions: