From 8bf0ab6c56afdae983ffb34793387c04a0d13495 Mon Sep 17 00:00:00 2001 From: Adam Jolicoeur Date: Tue, 26 May 2026 17:40:54 -0400 Subject: [PATCH] chore: update test.yml Remove runner from push actions --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9e5b43..abff4c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,6 @@ name: Run Tests on: pull_request: branches: ["main", "master"] - push: - branches: ["**"] workflow_dispatch: jobs: