From 79f1a066e8c68adb3da82e3725b598b8ca3c1f74 Mon Sep 17 00:00:00 2001 From: hx0w76 Date: Sat, 16 May 2026 10:12:21 -0300 Subject: [PATCH] Remove release branch triggers from CI workflow Updated CI workflow to remove release branch triggers. --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca285bdb25f0e..7f6d89c3c881d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,17 +3,16 @@ name: CI on: push: branches: - - main - - release-* + + pull_request: branches: - - main - - release-* + + merge_group: branches: - - main - # - release-* + permissions: contents: read