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 2019/09/12 18:50:17 UTC

[commons-configuration] branch master updated: Build on pull_request.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new ab299c1  Build on pull_request.
ab299c1 is described below

commit ab299c160a55ee89054b07810549d3ddcc415969
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 12 14:50:13 2019 -0400

    Build on pull_request.
---
 .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 007db47..2ed8656 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: