interface: run chromatic on push to update baselines

This commit is contained in:
Liam Fitzgerald 2021-05-26 11:08:03 +10:00
parent 8df6c5faaa
commit 467ce21341
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -4,6 +4,11 @@ on:
pull_request:
paths:
- 'pkg/interface/**'
push:
paths:
- 'pkg/interface/**'
branches:
- 'release/next-userspace'
jobs:
chromatic-deployment: