Git Diff Filter
Version updated for https://github.com/FlexDW/git-diff-filter to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, gdf, is a lightweight tool that analyzes Git diffs against specified glob patterns or .dockerignore rules to determine if changes were made in specific files or directories. It automates the process of conditionally triggering CI/CD jobs, such as Docker image builds, by only running tasks when relevant files have been modified. Key capabilities include support for complex pattern matching, integration with Docker’s build rules, and optimization of workflows by reducing unnecessary job executions.