ci: trigger visual diff on tests/visual changes (#65)

* 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>

* ci: trigger visual diff on tests/visual changes

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
varutasu 2026-06-02 11:01:23 -05:00 committed by GitHub
parent e78f78e3f6
commit ffc7afcdbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,9 @@ on:
- 'styles/**'
- 'tailwind.config.js'
- 'postcss.config.js'
# Baseline-only PRs (specs + committed snapshots) should still run
# visual diff now that home.png is in tests/visual/__screenshots__/.
- 'tests/visual/**'
concurrency:
group: visual-diff-${{ github.event.pull_request.number }}