From bb7502bd153c279403ec0adfe53e7d29572b8e6d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 21 Feb 2024 07:20:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7dbe68..bb015777 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Effortlessly track all changed files and directories relative to a target branch > \[!NOTE] > -> * This action solely identifies files that have changed within the context of events such as `pull_request*`, `push`, and more. However, it doesn't detect pending uncommitted changes created during the workflow execution. +> * This action solely identifies files that have changed for events such as [`pull_request*`, `push`, `merge_group`, `release`, and many more](#other-supported-events-electron). However, it doesn't detect pending uncommitted changes created during the workflow execution. > > See: https://github.com/tj-actions/verify-changed-files instead