Skip to content

Commit 18f337c

Browse files
authored
Optimize Images & Workflow (#411)
1 parent 1e98b07 commit 18f337c

109 files changed

Lines changed: 17 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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
-3.01 KB
-65 Bytes
-18 Bytes
-195 Bytes
-6 Bytes
-26 Bytes
-12 Bytes
-13 Bytes
-68 Bytes

0 commit comments

Comments
 (0)