From 034e423c9c8101a65e1da676ac29a3423ff442f7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 29 Jun 2023 09:51:19 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bbcdd08..23e468ee 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ jobs: echo "$file was changed" done - # ------------------------------------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------------------------------------------------------------- # Using local .git directory - # ------------------------------------------------------------------------------------------------------------ - # Event `pull_request`: Compare the last commit of main -> to the current commit of a Pull Request branch. - # ------------------------------------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------------------------------------------------------------- + # Event `pull_request`: Compare the last commit of main or last remote commit of the PR branch -> to the current commit of a PR branch. + # ------------------------------------------------------------------------------------------------------------------------------------- job2: runs-on: ubuntu-latest # windows-latest | macos-latest name: Test changed-files