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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 23b17c3 Trigger a GitHub build on pull requests. 23b17c3 is described below commit 23b17c3889d2efcac8509c20f94ef66b73542136 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 31 21:25:59 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 4de59a0..3aa5ae5 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: