Merge pull request #637 from tj-actions/feat/add-support-for-running-action-on-pull-request-close-event

This commit is contained in:
Tonye Jack 2022-09-21 09:49:10 -06:00 committed by GitHub
commit fa9e2ce8bf
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: