From 414c798c338a0997a6f4ced5c90e0c1e66e471e4 Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Tue, 2 Jun 2026 09:37:16 -0500 Subject: [PATCH] ci: trigger visual diff on tests/visual changes Co-authored-by: Cursor --- .github/workflows/visual-diff.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-diff.yml b/.github/workflows/visual-diff.yml index 11e3f77..fc352d3 100644 --- a/.github/workflows/visual-diff.yml +++ b/.github/workflows/visual-diff.yml @@ -22,8 +22,8 @@ on: - 'styles/**' - 'tailwind.config.js' - 'postcss.config.js' - # Baseline/spec-only PRs (e.g. seed-visual-baselines-on-linux) must - # exercise Screenshot diff now that tests/visual/__screenshots__/ is committed. + # Baseline-only PRs (specs + committed snapshots) should still run + # visual diff now that home.png is in tests/visual/__screenshots__/. - 'tests/visual/**' concurrency: