This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch feat/workflows in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 0b571463ff73dc405282d99e58bc4e3fe86fed68 Author: 2011shenlin <[email protected]> AuthorDate: Sun Jul 2 09:50:39 2023 +0800 feat:add maven package to workflows. --- .github/workflows/maven-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index dab69fe..08ebd3e 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -4,6 +4,8 @@ name: Maven Package on: + pull_request: + types: [ opened, reopened, synchronize ] release: types: [created]
