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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 08f5014 Trigger a GitHub build on pull requests.
08f5014 is described below
commit 08f50144f0b08403f93e2f5db2b333e900f8da39
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 31 21:26:11 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 cd797db..5ed2661 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: