From a2a26fd7184ee11bc4ad54af11c35f12ecd6b4d2 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Thu, 27 Aug 2026 00:25:33 +0200 Subject: [PATCH] ci: mirror PR-only change-branch validation --- .github/workflows/release-gates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-gates.yml b/.github/workflows/release-gates.yml index 55c3a232..68f70cef 100644 --- a/.github/workflows/release-gates.yml +++ b/.github/workflows/release-gates.yml @@ -2,7 +2,7 @@ name: GeoIntel release gates on: push: - branches: [main, develop, "codex/**", "build/**", "chatgpt/**"] + branches: [main, develop, "codex/**", "build/**"] pull_request: branches: [main, develop] workflow_dispatch: