From 23d1cf324fc92ebaf2e87167acebc0b9080782a7 Mon Sep 17 00:00:00 2001 From: Haylee Pierce Date: Mon, 2 Oct 2023 09:21:47 -0400 Subject: [PATCH] test: Change workflow requirements --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03c66184..c2dadeeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,11 +9,7 @@ env: # Controls when the action will run # Workflow begins with push or PR events # Focuses on the master branch only -on: - push: - branches: [ coverage-badge ] - pull_request: - branches: [ master ] +on: push # Create one single job # This job performs all necessary checks