From b2839ff15503f6faf94825167d6ea5f21eac35c5 Mon Sep 17 00:00:00 2001 From: Steve Grunwell <233836+stevegrunwell@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:17:41 -0500 Subject: [PATCH] Run code coverage when merging into develop and/or main --- .github/workflows/code-coverage.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 0f2b1a5..6eee129 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -1,6 +1,11 @@ name: Code Coverage -on: [pull_request] +on: + pull_request: + push: + branches: + - develop + - main jobs: coverage: