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 2021/02/09 23:49:25 UTC

[accumulo-website] branch next-release created (now 49adbfe)

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

ctubbsii pushed a change to branch next-release
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git.


      at 49adbfe  Update GitHub Actions to build 'next-release' branch

This branch includes the following new commits:

     new 49adbfe  Update GitHub Actions to build 'next-release' branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[accumulo-website] 01/01: Update GitHub Actions to build 'next-release' branch

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch next-release
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git

commit 49adbfe95eb0185e58c65cbe79a532fcee9653a2
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Feb 9 18:44:41 2021 -0500

    Update GitHub Actions to build 'next-release' branch
---
 .github/workflows/jekyll.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml
index 2985062..06c3285 100644
--- a/.github/workflows/jekyll.yaml
+++ b/.github/workflows/jekyll.yaml
@@ -21,9 +21,9 @@ name: QA
 
 on:
   push:
-    branches: [ 'main' ]
+    branches: [ 'main', 'next-release' ]
   pull_request:
-    branches: [ 'main' ]
+    branches: [ 'main', 'next-release' ]
 
 jobs:
   jekyll: