Skip to content

Commit 8ea13a7

Browse files
authored
Optimize Images and Workflow (#115)
1 parent e8311d6 commit 8ea13a7

28 files changed

Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Optimize images
2+
3+
on:
4+
pull_request:
5+
branches: [ master, main, release/** ]
6+
paths:
7+
- "**/*.png"
8+
9+
push:
10+
branches: [ master, main, release/** ]
11+
paths:
12+
- "**/*.png"
13+
14+
jobs:
15+
optimize-images:
16+
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/optimize-images.yml@master
17+
secrets: inherit
-318 Bytes
Loading
-138 Bytes
Loading
-11 Bytes
Loading
-14 Bytes
Loading
-57 Bytes
Loading
-657 Bytes
Loading
-9 Bytes
Loading
-1 Bytes
Loading
-4 Bytes
Loading

0 commit comments

Comments
 (0)