mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-26 19:08:41 +00:00
fix action
This commit is contained in:
parent
415ba053c9
commit
1e90a7d449
8
.github/workflows/image.yml
vendored
8
.github/workflows/image.yml
vendored
|
|
@ -1,5 +1,11 @@
|
||||||
name: Compress images
|
name: Compress images
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.jpg'
|
||||||
|
- '**.png'
|
||||||
|
- '**.webp'
|
||||||
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**.jpg'
|
- '**.jpg'
|
||||||
- '**.png'
|
- '**.png'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user