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

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


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

commit b4b5a6594f9f6d0160f735d3c0b4449c3d3c498f
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