This GitHub Action identifies changed files and directories within a Git repository to enable conditional execution in CI/CD workflows.
This GitHub Action detects files and directories altered between branches or specific commits, outputting their relative paths. It supports various change types like added, modified, or deleted files for events such as `pull_request` and `push`. Workflow steps can then use these paths to run conditionally, though it doesn't track uncommitted changes made *during* a workflow.
This GitHub Action identifies changed files and directories within a Git repository to enable conditional execution in CI/CD workflows.
Teams looking to optimize CI/CD pipelines by only running specific jobs when relevant files have been modified.