From a236f54cc97287249691b0712c1b3578160d4e93 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 7 Nov 2022 15:07:54 -0700 Subject: [PATCH] chore: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 348f0956..b99fde68 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,13 @@ Retrieve all changed files and directories relative to the target branch or the name: CI on: + # Compare the preceeding commit of main -> to the current commit of the main branch. + # (Note: To compare changes between the last pushed commit to the remote main branch set `since_last_remote_commit: true`) push: branches: - main + # Compare the last commit of main -> to the current commit of a PR branch. + # (Note: To compare changes between the last pushed commit to the remote PR branch set `since_last_remote_commit: true`) pull_request: branches: - main