From c784b6f1c4775e3db7ddc38d464ae017e41b1576 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 7 Jun 2023 17:13:00 -0600 Subject: [PATCH] chore: improve test coverage (#1235) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c3775d3..1304d156 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,31 @@ on: branches: - "**" pull_request_review: + types: [edited, dismissed, submitted] pull_request_target: pull_request: + types: + - assigned + - unassigned + - labeled + - unlabeled + - opened + - edited + - closed + - reopened + - synchronize + - converted_to_draft + - ready_for_review + - locked + - unlocked + - review_requested + - review_request_removed + - auto_merge_enabled + - auto_merge_disabled branches: - main + jobs: shellcheck: name: Run shellcheck