From be519638b04954d387e9ad5947de888b6eb9e244 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 17 Jan 2023 17:27:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08e75cb2..cf66b473 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ name: CI on: # Compare the preceeding commit -> 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`) + # (Note: To compare changes between the current commit to the last pushed remote commit of the 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`) + # (Note: To compare changes between the current commit to the last pushed remote commit of a PR branch set `since_last_remote_commit: true`) pull_request: branches: - main