Merge pull request #319 from MindfulAI-Copilots-Bots/FabianaCampanari… #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compress Images | |
on: | |
pull_request: | |
# Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed. | |
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference. | |
paths: | |
- '**.jpg' | |
- '**.jpeg' | |
- '**.png' | |
- '**.webp' |