From 455d0543f111545faa18edc1aca4d64eca8c1662 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 18 Oct 2024 22:17:06 -0400 Subject: [PATCH] Fix double test runners --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e2ee8847..f5fede50b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,10 +3,8 @@ name: Tests on: push: branches: - - '**' + - main pull_request: - branches: - - '**' jobs: mysql: