From e8e66147790920052eb3032cb5a62c70572bae22 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:07:53 -0600 Subject: [PATCH] Updated README.md (#1570) Co-authored-by: jackton1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf40b6fb..58ccefa6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ And many more... Visit the [discussions for more information](https://github.com/tj-actions/changed-files/discussions) or [create a new discussion](https://github.com/tj-actions/changed-files/discussions/new/choose) for usage-related questions. ### On `pull_request` 🔀 + Detect changes to all files in a Pull request relative to the target branch or since the last pushed commit. #### Using local .git history 📁 @@ -209,6 +210,7 @@ jobs: ``` ### On `push` ⬆️ + Detect changes to files made since the last pushed commit. ```yaml