the GitHub Actions workflow triggers on changes to .md files, which we don't want to process in certain steps or workflows. We need a way to ignore .md files in specific workflows or jobs to optimize the process and avoid unnecessary builds when documentation files are modified.
=> If the issue is confirmed, I will create a PR to implement the necessary changes to the workflow configuration.