You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/12/04 03:26:37 UTC

[aries-cdi] branch master updated: build on pull request supports to master

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new ef5c239  build on pull request supports to master
ef5c239 is described below

commit ef5c239cf2e379fa398b616080def51aac5c5324
Author: Raymond Augé <ra...@liferay.com>
AuthorDate: Tue Dec 3 22:26:31 2019 -0500

    build on pull request supports to master
    
    Signed-off-by: rotty3000@apache.org
---
 .github/workflows/maven.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c44c26d..3c05da3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,6 +1,12 @@
 name: Java CI
 
-on: [push]
+on: 
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+    - master
 
 jobs:
   build:
@@ -14,4 +20,4 @@ jobs:
       with:
         java-version: 1.8
     - name: Build with Maven - Java 8
-      run: mvn -U -e -B -ntp clean verify --file pom.xml
+      run: mvn -U -e -B -ntp clean verify