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

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


The following commit(s) were added to refs/heads/master by this push:
     new a20f31b  Limit event trigger
a20f31b is described below

commit a20f31bb3de242756542c552d7212a7a40000ba4
Author: von gosling <[email protected]>
AuthorDate: Fri Jul 16 12:18:36 2021 +0800

    Limit event trigger
---
 .github/workflows/greetings.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 4623ffb..b95e6e4 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -18,6 +18,7 @@
 #
 
 name: Little RocketMQ
+on: [pull_request_target, issues]
 uses: actions/[email protected]
 with:
   # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}

Reply via email to