Skip to content

Commit

Permalink
Merge pull request #784 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 7, 2022
2 parents de6d1ed + a236f54 commit 77f03d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 77f03d2

Please sign in to comment.