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

technoboy pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 40740c4e61f [fix][ci] Enable CI for branch-3.1 (#21184)
40740c4e61f is described below

commit 40740c4e61f2a304e7a900a764ddf1dfe36d9c88
Author: Jiwei Guo <[email protected]>
AuthorDate: Thu Sep 14 07:05:54 2023 -0500

    [fix][ci] Enable CI for branch-3.1 (#21184)
---
 .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 64b85cb14c5..32884c67d54 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -22,6 +22,7 @@ on:
   pull_request:
     branches:
       - master
+      - branch-3.1
   schedule:
     - cron: '0 12 * * *'
   workflow_dispatch:

Reply via email to