From a7731926bb2ea13d0609fbda98e12ccef4b8d9ea Mon Sep 17 00:00:00 2001
From: Colby Gilbert <colbygilbert95@gmail.com>
Date: Mon, 2 Sep 2024 15:34:09 -1000
Subject: [PATCH] bug: update test.yml to run on master branch

---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 338674b..f752424 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
   pull_request:
     types: [ opened, reopened, synchronize ]
   push:
-    branches: [ main ]
+    branches: [ master ]
 
 jobs:
   build: