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/**'
|
||||
- 'tailwind.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:
|
||||
group: visual-diff-${{ github.event.pull_request.number }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue