From 9fa93134f28fa685b90b2ef53d9f30232557a49e Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 14 Sep 2020 18:45:19 +0200 Subject: [PATCH] Add paths-filter action https://github.com/dorny/paths-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..6bad8bc 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run. - [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. +- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. #### Environments