ci: trigger visual diff on tests/visual changes #65
1 changed files with 2 additions and 2 deletions
4
.github/workflows/visual-diff.yml
vendored
4
.github/workflows/visual-diff.yml
vendored
|
|
@ -22,8 +22,8 @@ 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
|
# Baseline-only PRs (specs + committed snapshots) should still run
|
||||||
# exercise Screenshot diff now that tests/visual/__screenshots__/ is committed.
|
# visual diff now that home.png is in tests/visual/__screenshots__/.
|
||||||
- 'tests/visual/**'
|
- 'tests/visual/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue