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

kunni pushed a commit to branch FLINK-38730-copy
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git

commit 6dc6447f78db944371fcb79988cb93d617989e19
Author: lvyanquan <[email protected]>
AuthorDate: Mon Dec 8 10:26:02 2025 +0800

    Address comment.
---
 .github/workflows/flink_cdc_ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/flink_cdc_ci.yml 
b/.github/workflows/flink_cdc_ci.yml
index e44688dae..b84c51137 100644
--- a/.github/workflows/flink_cdc_ci.yml
+++ b/.github/workflows/flink_cdc_ci.yml
@@ -22,6 +22,13 @@ on:
     paths-ignore:
       - 'docs/**'
       - 'README.md'
+  pull_request:
+    branches:
+      - master
+      - release-*
+    paths-ignore:
+      - 'docs/**'
+      - 'README.md'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event_name }}-${{ 
github.event.number || github.run_id }}

Reply via email to