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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new fcdbeb0 Trigger a GitHub build on pull requests.
fcdbeb0 is described below
commit fcdbeb0c4228e87b169f4b6cfc20c623b0035a63
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 31 21:24:20 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 0256b2e..3f8f36e 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: