This is an automated email from the ASF dual-hosted git repository. jowanza pushed a commit to branch feature/mahout-2212 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit d59867574ddeb8bc9c84d6f7ef2d10914924046e Author: Jowanza Joseph <[email protected]> AuthorDate: Wed Apr 24 08:37:50 2024 -0600 runs builds for pull requests against branch --- .github/workflows/mahout.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mahout.yml b/.github/workflows/mahout.yml index d3beb3b7b..4387a12a5 100644 --- a/.github/workflows/mahout.yml +++ b/.github/workflows/mahout.yml @@ -16,6 +16,10 @@ name: Java CI with Maven on: + pull_request: + types: [opened] + branches: + - trunk push: branches: - trunk
