fix: transpiler-tests does not re-run when only evolution changes (#1044)

Add tools/push3-evolution/** to the transpiler-tests step's path filter
so that changes to push3-evolution also trigger transpiler tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
johba 2026-03-22 23:17:11 +00:00
parent 87cd803523
commit 6e7832be07

View file

@ -74,6 +74,7 @@ steps:
path: path:
include: include:
- tools/push3-transpiler/** - tools/push3-transpiler/**
- tools/push3-evolution/**
commands: commands:
- | - |
bash -c ' bash -c '