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
Showing only changes of commit 531776a133 - Show all commits

View file

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