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:
parent
e78f78e3f6
commit
ffc7afcdbf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/visual-diff.yml
vendored
3
.github/workflows/visual-diff.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue