Skip to content

Commit

Permalink
Merge pull request sdras#487 from dorny/master
Browse files Browse the repository at this point in the history
Add paths-filter action
  • Loading branch information
sdras authored Sep 20, 2020
2 parents 7354c76 + 9fa9313 commit 39f0957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,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

Expand Down

0 comments on commit 39f0957

Please sign in to comment.