3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

feat: add support for running action on pull request close event

This commit is contained in:
Tonye Jack 2022-09-20 23:12:02 -06:00 committed by GitHub
parent fa5d3d59a3
commit 6a02815615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,11 @@ on:
- main
- "**"
pull_request:
types:
- closed
- opened
- synchronize
- reopened
branches:
- main
pull_request_review: