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:31:30 UTC

[aries-cdi] branch master updated: simplify configuration

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 ed2ad2b  simplify configuration
ed2ad2b is described below

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

    simplify configuration
    
    Signed-off-by: rotty3000@apache.org
---
 .github/workflows/maven.yml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

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