feat: add support for running action on pull request close event
This commit is contained in:
parent
fa5d3d59a3
commit
6a02815615
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