mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
chore: update readme
This commit is contained in:
parent
de6d1ed419
commit
a236f54cc9
1 changed files with 4 additions and 0 deletions
|
@ -52,9 +52,13 @@ Retrieve all changed files and directories relative to the target branch or the
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue