diff --git a/README.md b/README.md index 42cc6ae1..78f52751 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 or last remote commit of the PR branch -> to the current commit of a PR branch. - # ------------------------------------------------------------------------------------------------------------------------------------- + # ------------------------------------------------------------------------------------------------------------------------------------------------ + # Event `pull_request`: Compare the last commit of the main branch 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