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

tuichenchuxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d2ffd7251f Refactor : refactor the transaction it filter (#19683)
1d2ffd7251f is described below

commit 1d2ffd7251ff3f9e0a3f5b9c03a777cece201fc3
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jul 29 15:49:59 2022 +0800

    Refactor : refactor the transaction it filter (#19683)
---
 .github/workflows/it-transaction.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/it-transaction.yml 
b/.github/workflows/it-transaction.yml
index a8134da2a69..184d85014bd 100644
--- a/.github/workflows/it-transaction.yml
+++ b/.github/workflows/it-transaction.yml
@@ -20,6 +20,9 @@ name: Transaction Integration Test
 on:
   push:
     branches: [ master, dev ]
+      - '**/pom.xml'
+      - 'shardingsphere-distribution/shardingsphere-proxy-distribution/**'
+      - '!*.md'
 
   pull_request:
     branches: [ master ]

Reply via email to