Skip to content

Commit

Permalink
feat: add support for running action on pull request close event
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 21, 2022
1 parent fa5d3d5 commit 6a02815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 6a02815

Please sign in to comment.