paths-filter/__tests__
Peter Somogyvari f90d5265d6
feat: add config parameter for predicate quantifier
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>
2024-02-22 12:48:55 -08:00
..
csv-escape.test.ts Add list-files: csv format 2021-02-20 11:21:30 +01:00
filter.test.ts feat: add config parameter for predicate quantifier 2024-02-22 12:48:55 -08:00
git.test.ts Support workflows triggered by any event (#44) 2020-10-16 12:28:12 +02:00
shell-escape.test.ts Add list-files: csv format 2021-02-20 11:21:30 +01:00