From d991a2f6e9f3c35f1cecbc84ba626ba8e3e04caf Mon Sep 17 00:00:00 2001 From: Ivan Stetsenko Date: Sun, 26 Apr 2026 11:41:47 -0400 Subject: [PATCH] Remove push-to-main trigger from CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI already runs on PRs — the push trigger caused redundant runs on every merge. Branch protection ensures all changes go through PRs. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dab9aad..07e7ed70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: pull_request: branches: [main] - push: - branches: [main] jobs: test: