mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-06 09:41:22 +00:00
Update README.md
This commit is contained in:
parent
596fc641d0
commit
be519638b0
1 changed files with 2 additions and 2 deletions
|
@ -56,12 +56,12 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Compare the preceeding commit -> to the current commit of the main branch.
|
# 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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# Compare the last commit of main -> to the current commit of a PR branch.
|
# 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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Reference in a new issue