Skip to content

Commit

Permalink
Merge pull request #637 from tj-actions/feat/add-support-for-running-…
Browse files Browse the repository at this point in the history
…action-on-pull-request-close-event
  • Loading branch information
jackton1 committed Sep 21, 2022
2 parents fa5d3d5 + 6a02815 commit fa9e2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -6,6 +6,11 @@ on:
- main
- "**"
pull_request:
types:
- closed
- opened
- synchronize
- reopened
branches:
- main
pull_request_review:
Expand Down

0 comments on commit fa9e2ce

Please sign in to comment.