From 1c5d7e5201036fea65f2fbb2bde9ddb6445259a7 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 1 Jun 2026 15:35:31 -0600 Subject: [PATCH] ci: trigger CI on rel-* branch pushes for tag protection rule The Release Tag ruleset requires test-and-build (ubuntu) to pass before v* tags can be pushed, but CI previously only ran on main and pull_request events. This caused rel-* version bump commits to fail the tag protection check unless a workaround PR was opened. Co-authored-by: openhands --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11d6a331..10cdea44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - "rel-*" workflow_dispatch: inputs: pr_number: