From 9ef7936e7996d479110db53bd6b1d84a3c59d5e0 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 15 Jun 2020 21:57:00 +0200 Subject: [PATCH] Fix URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44c8b25..c6b086ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ With this [Github Action](https://github.com/features/actions) you can execute your workflow steps only if relevant files are modified. 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://help.github.com/en/actions/referenceworkflow-syntax-for-github-actions#onpushpull_requestpaths) +Github workflows built-in [path filters](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths) doesn't allow this because they doesn't work on a level of individual jobs or steps. Action supports workflows triggered by: