ci: trigger visual diff on tests/visual changes

Baseline-only PRs should run Screenshot diff now that home.png is committed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Randall Stillwell 2026-06-02 08:49:45 -05:00
parent 81bed51369
commit 531776a133

View file

@ -22,6 +22,9 @@ 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.
- 'tests/visual/**'
concurrency:
group: visual-diff-${{ github.event.pull_request.number }}