ci: trigger visual diff on tests/visual changes #65
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