This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 668886efe0e2b0f9cfd1200728de3cb0325f8111 Author: wangkai <wang...@zhongan.com> AuthorDate: Mon Oct 23 21:22:23 2023 +0800 [e2eTest] add e2eTest model --- .github/workflows/maven-package.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index 02de6d3..adec12e 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml @@ -1,7 +1,11 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path name: Redis runner example -on: push +on: + pull_request: + types: [ opened, reopened, synchronize ] + release: + types: [ created ] jobs: # Label of the runner job