mirror of
https://github.com/dorny/paths-filter.git
synced 2025-01-15 04:55:39 +00:00
f90d5265d6
Setting the new 'predicate-quantifier' configuration parameter to 'every' makes it so that all the patterns have to match a file for it to be considered changed. This can be leveraged to ensure that you only build & test software changes that have real impact on the behavior of the code, e.g. you can set up your build to run when Typescript/Rust/etc. files are changed but markdown changes in the diff will be ignored and you consume less resources to build. The default behavior does not change by the introduction of this feature so upgrading can be done safely knowing that existing workflows will not break. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> |
||
---|---|---|
.. | ||
csv-escape.test.ts | ||
filter.test.ts | ||
git.test.ts | ||
shell-escape.test.ts |