You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/08/13 02:06:45 UTC

[accumulo] branch main updated: Make CI build on more branches (#1671)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 5815bf6  Make CI build on more branches (#1671)
5815bf6 is described below

commit 5815bf652e8e0f91789535d6a74855ba581a5557
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Aug 12 22:06:15 2020 -0400

    Make CI build on more branches (#1671)
---
 .github/workflows/maven.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index d7a3651..0f1c122 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -24,9 +24,9 @@ name: QA
 
 on:
   push:
-    branches: [ main, '2.*' ]
+    branches: [ '*' ]
   pull_request:
-    branches: [ main, '2.*' ]
+    branches: [ '*' ]
 
 jobs:
   mvn: