mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-11 12:28:40 +00:00
fix action
This commit is contained in:
parent
f8317ba4c2
commit
e2f86aba77
16
.github/workflows/image.yml
vendored
16
.github/workflows/image.yml
vendored
|
|
@ -1,9 +1,15 @@
|
|||
name: Compress images
|
||||
on: push
|
||||
paths:
|
||||
- '**.jpg'
|
||||
- '**.png'
|
||||
- '**.webp'
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.jpg'
|
||||
- '**.png'
|
||||
- '**.webp'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.jpg'
|
||||
- '**.png'
|
||||
- '**.webp'
|
||||
jobs:
|
||||
build:
|
||||
name: calibreapp/image-actions
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user