only run compress image on new images

This commit is contained in:
Peli 2020-01-06 19:48:15 -08:00
parent 7f65f705c8
commit b3d504b1dc

View File

@ -1,5 +1,8 @@
name: Compress images name: Compress images
on: pull_request on: pull_request
paths:
- '**.jpg'
- '**.png'
jobs: jobs:
build: build:
name: calibreapp/image-actions name: calibreapp/image-actions