You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/01 01:24:05 UTC

[commons-email] branch master updated: Trigger a GitHub build on pull requests.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/master by this push:
     new a49baaa  Trigger a GitHub build on pull requests.
a49baaa is described below

commit a49baaa0233e008fa23981f3ff5155c543344b5d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 31 21:23:56 2020 -0400

    Trigger a GitHub build on pull requests.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 90e4a5b..6b4fbd3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,7 @@
 
 name: Java CI
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build: