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 15:32:57 UTC

[commons-io] 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-io.git


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

commit 5cf912042855fe06d2e8c6bb55ae8a122883c1e8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 1 11:32:46 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 9cb2845..f3a29cc 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: