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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new bfe08a9a4ac [improve][ci] Enable CI tests for PRs (#20254)
bfe08a9a4ac is described below

commit bfe08a9a4ac893a96cadfa51567f6b696e021324
Author: Zike Yang <[email protected]>
AuthorDate: Tue May 9 10:06:36 2023 +0800

    [improve][ci] Enable CI tests for PRs (#20254)
---
 .github/workflows/ci-go-functions.yaml | 1 +
 .github/workflows/pulsar-ci-flaky.yaml | 1 +
 .github/workflows/pulsar-ci.yaml       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/ci-go-functions.yaml 
b/.github/workflows/ci-go-functions.yaml
index a34cb1a9090..1ff0c8eef57 100644
--- a/.github/workflows/ci-go-functions.yaml
+++ b/.github/workflows/ci-go-functions.yaml
@@ -22,6 +22,7 @@ on:
   pull_request:
     branches:
       - master
+      - branch-3.0
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
diff --git a/.github/workflows/pulsar-ci-flaky.yaml 
b/.github/workflows/pulsar-ci-flaky.yaml
index ea19bc33078..198823c3008 100644
--- a/.github/workflows/pulsar-ci-flaky.yaml
+++ b/.github/workflows/pulsar-ci-flaky.yaml
@@ -22,6 +22,7 @@ on:
   pull_request:
     branches:
       - master
+      - branch-3.0
   schedule:
     - cron: '0 12 * * *'
   workflow_dispatch:
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index 4d4f2902d8f..3e2a67e3cf0 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -22,6 +22,7 @@ on:
   pull_request:
     branches:
       - master
+      - branch-3.0
   schedule:
     - cron: '0 12 * * *'
   workflow_dispatch:

Reply via email to