This is an automated email from the ASF dual-hosted git repository.
XiaoHongbo-Hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
The following commit(s) were added to refs/heads/main by this push:
new 78532fd ci: trigger CI for release branch pushes and PRs (#30)
78532fd is described below
commit 78532fd27b48f8b9f0304e0ccca83765c4472962
Author: QuakeWang <[email protected]>
AuthorDate: Fri May 22 10:16:06 2026 +0800
ci: trigger CI for release branch pushes and PRs (#30)
Signed-off-by: QuakeWang <[email protected]>
---
.github/workflows/ci.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc55cf1..510519a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,13 @@ name: CI
on:
push:
- branches: [main]
+ branches:
+ - main
+ - release-*
pull_request:
- branches: [main]
+ branches:
+ - main
+ - release-*
permissions:
contents: read