From 9352b30cc30c3255316257638aaf42e33a7d1205 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 23 Apr 2021 06:15:57 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2b32bf0..065ba42b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ changed-files Get all modified files relative to the default branch. > NOTE: :warning: This action should only run on the following events :warning: +> * [push](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#push) > * [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)