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/08/22 13:20:50 UTC

[commons-compress] branch master updated: Trigger GitHub builds for PRs.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ede294  Trigger GitHub builds for PRs.
4ede294 is described below

commit 4ede2949c0d6d16d41fcac857992ffb54910d87e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 22 09:20:43 2020 -0400

    Trigger GitHub builds for PRs.
---
 .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 affbcc1..f8409f2 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: