Skip to content

ci: switch build_release trigger to paths allowlist and add workflow_dispatch#97

Merged
pfeerick merged 1 commit intomainfrom
fix/build-release-path-filter
Apr 23, 2026
Merged

ci: switch build_release trigger to paths allowlist and add workflow_dispatch#97
pfeerick merged 1 commit intomainfrom
fix/build-release-path-filter

Conversation

@pfeerick
Copy link
Copy Markdown
Member

Summary

  • Replaces paths-ignore: ["**.md"] denylist with a paths: allowlist (THEMES/**, .github/workflows/build_release.yml) so the workflow only triggers on relevant changes
  • Adds workflow_dispatch for manual triggering

Test plan

  • Push a commit touching only a non-theme file (e.g. a tool script) — workflow should not trigger
  • Push a commit touching a file under THEMES/ — workflow should trigger and complete package + release
  • Push a commit editing build_release.yml itself — workflow should trigger
  • Manually trigger via Actions UI using the new workflow_dispatch

🤖 Generated with Claude Code

…dispatch

Replace paths-ignore (denylist) with a paths allowlist so the workflow
only fires on theme file changes or edits to the workflow itself. Adds
workflow_dispatch for manual triggering.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pfeerick pfeerick merged commit f00668e into main Apr 23, 2026
3 checks passed
@pfeerick pfeerick deleted the fix/build-release-path-filter branch April 23, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant