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

jowanza pushed a commit to branch feature/2212
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 057f57010523c37b1d46d089528032b9165edf7b
Author: Jowanza Joseph <[email protected]>
AuthorDate: Wed Apr 24 08:23:24 2024 -0600

    adds a build whenever PRs are opened in the Repo
---
 .github/workflows/mahout.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/mahout.yml b/.github/workflows/mahout.yml
index d3beb3b7b..784af0a46 100644
--- a/.github/workflows/mahout.yml
+++ b/.github/workflows/mahout.yml
@@ -16,6 +16,8 @@
 name: Java CI with Maven
 
 on:
+  pull_request:
+    types: [opened]
   push:
     branches:
       - trunk

Reply via email to