You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/29 07:03:18 UTC

[rocketmq-clients] branch master updated: Fix trigger

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

lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fd5ea5  Fix trigger
0fd5ea5 is described below

commit 0fd5ea55acfd05d678218fdb050c953ef9bd46f9
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Fri Jul 29 15:02:06 2022 +0800

    Fix trigger
---
 .github/workflows/java_build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/java_build.yml b/.github/workflows/java_build.yml
index 72b45f5..ebd9c8e 100644
--- a/.github/workflows/java_build.yml
+++ b/.github/workflows/java_build.yml
@@ -3,12 +3,12 @@ on:
   pull_request:
     types: [opened, reopened, synchronize]
     paths:
-      - java    
+      - 'java/**'
   push:
     branches:
       - master
     paths:
-      - java      
+      - 'java/**'
 jobs:
   java_build:
     name: "Java (${{ matrix.os }}, JDK-${{ matrix.jdk }})"