From 36864ca8c6fcf619f6c9e77dd8419880df739e80 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 2 Apr 2021 09:17:01 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6703c4e1..5a8b3b9f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ changed-files Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203) to locate all files that have been modified relative to the default branch. +> NOTE: :warning: This action should only run on the following events :warning: +> * [pull_request](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request) +> * [pull_request_review](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_review) +> * [pull_request_review_comment](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_review_comment) +> * [pull_request_target](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target) + ## Usage