From f35c85d73f69ac22f059f88df74460e4628ef87d Mon Sep 17 00:00:00 2001 From: Lortzing Date: Wed, 22 Jul 2026 02:30:35 +0800 Subject: [PATCH] Trigger CoderRelay migration through PR merge --- .github/workflows/apply-rebrand.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apply-rebrand.yml b/.github/workflows/apply-rebrand.yml index afa861d..7307366 100644 --- a/.github/workflows/apply-rebrand.yml +++ b/.github/workflows/apply-rebrand.yml @@ -1,4 +1,5 @@ -# Triggered after the migration workflow exists on the default branch. +# Triggered through a merged pull request so GitHub emits a native push event. +# The workflow removes itself and the temporary payload in the final commit. name: Apply CoderRelay Rebrand on: