From dfa65c894b56b009865711fb626d590441433983 Mon Sep 17 00:00:00 2001 From: Twest2 Date: Wed, 24 Jun 2026 10:53:30 -0500 Subject: [PATCH] ci: only run tests on push to main, not on PR commits Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a2828d..51b415a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: [main] - pull_request: - branches: [main] # Cancel an in-progress run when newer commits are pushed to the same ref. concurrency: