dorny / paths-filter

Conditionally run actions based on files modified by PR, feature branch or pushed commits
MIT License
2.14k stars 239 forks source link

Working directory does not provide changes paths relative to it. #221

Open viperfx opened 7 months ago

viperfx commented 7 months ago

When using working-directory, the changes files list does not provide a list of files relative to the working directory. It provides the list relative to the parent directory.

ArjunDandagi commented 6 months ago

I am facing the same issue. trying to do a build for subfolder but the docker image should be built only on the changes on pyproject.toml in those folders not in general.