Only run prettier on changes to datasette/static

Refs #1166
This commit is contained in:
Simon Willison 2021-01-01 13:45:55 -08:00 committed by GitHub
commit 1e8fa3ac7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@ name: Check JavaScript for conformance with Prettier
on:
push:
pull_request:
paths:
- 'datasette/static/*'
jobs:
prettier: