From 3dcd352706b82921867e21f78e18972475ff5c97 Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Wed, 17 Jul 2024 09:28:33 -0700 Subject: [PATCH] update ci to run on all pull requests, no matter the branch Signed-off-by: Adam D. Cornett --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbebe84f..3b538af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: branches: - 'main' pull_request: - branches: [ main ] jobs: test: