From 5e7181a2cc948730ece044e273f9a72d50b6aed2 Mon Sep 17 00:00:00 2001 From: technicalcandidate-stack Date: Fri, 30 Jan 2026 12:00:29 -0800 Subject: [PATCH] ci: only run checks on pull requests Remove push trigger for main/next branches since the release workflow handles those separately. This avoids redundant CI runs on merge. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6226f21..f036424 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: pull_request: branches: [main, next] - push: - branches: [main, next] jobs: test: