From b548649e227923e73e0a1c0c7ec1ee93e0d674be Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 30 May 2023 23:27:50 -0500 Subject: [PATCH] Add reopened pull requests as a trigger --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 3a7bc67..f25a29b 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -5,7 +5,7 @@ on: branches: [ master ] tags: [ '*.*.*' ] pull_request: - types: [opened] + types: [opened, reopened] jobs: test: