This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 5fae440e58f [fix][ci] Enable CI for branch-3.2 (#22287)
5fae440e58f is described below
commit 5fae440e58fab38ea57a6e7ce1927f01427f951d
Author: Lishen Yao <[email protected]>
AuthorDate: Mon Mar 18 18:37:33 2024 +0800
[fix][ci] Enable CI for branch-3.2 (#22287)
---
.github/workflows/pulsar-ci.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index 02496a82392..ba043ded210 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -22,6 +22,7 @@ on:
pull_request:
branches:
- master
+ - branch-3.2
schedule:
# scheduled job with JDK 17
- cron: '0 12 * * *'