mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 09:27:57 +00:00
Update README.md
This commit is contained in:
parent
d9a6ccb099
commit
b1a34eb336
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ And many more...
|
|||
Visit the [discussions for more information](https://github.com/tj-actions/changed-files/discussions) or [create a new discussion](https://github.com/tj-actions/changed-files/discussions/new/choose) for usage-related questions.
|
||||
|
||||
### On `pull_request` 🔀
|
||||
Detect changes to all files in a Pull request relative to the target branch.
|
||||
|
||||
#### Using local .git history 📁
|
||||
|
||||
|
@ -208,6 +209,7 @@ jobs:
|
|||
```
|
||||
|
||||
### On `push` ⬆️
|
||||
Detect changes to files made since the last pushed commit.
|
||||
|
||||
```yaml
|
||||
name: CI
|
||||
|
|
Loading…
Reference in a new issue