Skip to content

Add 11.23 release notes (#376) #71

Add 11.23 release notes (#376)

Add 11.23 release notes (#376) #71

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 }}