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

Merged
varutasu merged 2 commits from chore/visual-diff-tests-path into main 2026-06-02 12:01:23 -04:00

View file

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