From 75e89b2d4c61c9ae730e57c129766e59012f926e Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 19 Oct 2024 17:25:02 -0400 Subject: [PATCH] Prevent double ci checks --- .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: