This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/release-0.1 by this push:
     new 44252e8  [infra] Support CI on release branches (#329)
44252e8 is described below

commit 44252e8b6d11752e4ede4f87520bb0523a2b958d
Author: Eugene <[email protected]>
AuthorDate: Thu Nov 20 11:33:15 2025 +0800

    [infra] Support CI on release branches (#329)
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 35eed12..33b366c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,9 @@ name: Flink Agents CI
 
 on:
   push:
-    branches: [ main ]
+    branches: [ main, 'release-*' ]
   pull_request:
-    branches: [ main ]
+    branches: [ main, 'release-*' ]
   workflow_dispatch:
 
 jobs:

Reply via email to