From 2702dd241c7f6103052f550d37492c4a49c9a8de Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 4 Mar 2022 04:22:46 -0500 Subject: [PATCH] chore: test pull_requests events (#415) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3046a35..accab35d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: - main - '**' pull_request: + types: [opened, synchronize, edited, closed, reopened] branches: - main