From 69491e00e23209d7149f128011003ebc796a1538 Mon Sep 17 00:00:00 2001 From: 4ndreello <4ndreello@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:03:40 -0300 Subject: [PATCH] ci: Run checks only for main-targeting pull requests Stop rerunning CI after direct pushes to main and limit pull request checks to the repository's main branches. Co-Authored-By: Claude --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1a22c..3945cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ name: CI on: - push: - branches: [main] pull_request: + branches: [main, master] # Every job here only reads the checkout, and none of them posts back. permissions: