fix: include 'src/**' path in release workflow triggers (#1646)

Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com>
This commit is contained in:
Manfred Riem
2026-02-20 09:46:29 -06:00
committed by GitHub
parent 04fc3fd1ba
commit 465acd9024

View File

@@ -6,6 +6,7 @@ on:
paths:
- 'memory/**'
- 'scripts/**'
- 'src/**'
- 'templates/**'
- '.github/workflows/**'
workflow_dispatch: