You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 19:51:36 UTC

[logging-log4j2] branch master updated: run CI build for pull requests

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 20d6902  run CI build for pull requests
     new 6802f82  Merge pull request #401 from sullis/ci-gha-pull-request
20d6902 is described below

commit 20d69027ddab6f24be6af1355c1105998e658490
Author: Sean C. Sullivan <gi...@seansullivan.com>
AuthorDate: Sat Aug 15 17:56:27 2020 -0700

    run CI build for 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 b99a32e..5647d10 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,6 +1,6 @@
 name: Maven
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build: