From 1d4012a5d67b8c3dec8157f36843ebd5f3cce5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Thu, 19 Mar 2026 14:03:47 +0100 Subject: [PATCH] ci: run CI on PRs targeting any branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supports stacked PRs — previously CI only ran on PRs to main. Push triggers remain main-only. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242f609f..fefee55c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: branches: - main pull_request: - branches: - - main merge_group: types: - checks_requested