Skip to content

Add remaining 11.28 features (#431) #87

Add remaining 11.28 features (#431)

Add remaining 11.28 features (#431) #87

name: "Optimize Images"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**.jpg"
- "**.jpeg"
- "**.png"
- "**.gif"
- "**.svg"
- "**.webp"
jobs:
imgcmp:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: 9sako6/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}