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

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new f5dbfd7  ci: trigger CI for release branch pushes and PRs (#319)
f5dbfd7 is described below

commit f5dbfd7cc6ce4fb7826372857acffb5d08cd0904
Author: yuxia Luo <[email protected]>
AuthorDate: Mon May 18 16:11:46 2026 +0800

    ci: trigger CI for release branch pushes and PRs (#319)
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2192f49..990a99c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,9 +21,11 @@ on:
   push:
     branches:
       - main
+      - release-*
   pull_request:
     branches:
       - main
+      - release-*
 
 permissions:
   contents: read

Reply via email to