mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 04:33:13 +00:00
chore: only run check pr action on pull_request_target events (#485)
This commit is contained in:
parent
322e46f15d
commit
af36282df5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check-pr.yml
vendored
4
.github/workflows/check-pr.yml
vendored
|
@ -6,9 +6,9 @@ on:
|
|||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, labeled, unlabeled]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
Loading…
Reference in a new issue