Merge pull request #637 from tj-actions/feat/add-support-for-running-action-on-pull-request-close-event
This commit is contained in:
commit
fa9e2ce8bf
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -6,6 +6,11 @@ on:
|
|||||||
- main
|
- main
|
||||||
- "**"
|
- "**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types:
|
||||||
|
- closed
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
|
- reopened
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user