diff --git a/README.md b/README.md index 8b7dbe68cd1..bb015777f9e 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