From d9e86af7c0379663849ec0c6b8b0ea8cbb60bc27 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 14 Sep 2020 18:49:18 +0200 Subject: [PATCH] Small improvement to project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4025a97c..6fd8ffe3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # paths-filter This [Github Action](https://github.com/features/actions) enables conditional execution of workflow steps and jobs, -based on the paths that are modified by pull request or in pushed commits. +based on the files modified by pull request, feature branch or in pushed commits. It saves time and resources especially in monorepo setups, where you can run slow tasks (e.g. integration tests or deployments) only for changed components. Github workflows built-in [path filters](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths)