From 057f57010523c37b1d46d089528032b9165edf7b Mon Sep 17 00:00:00 2001 From: Jowanza Joseph Date: Wed, 24 Apr 2024 08:23:24 -0600 Subject: [PATCH] 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