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:26 UTC

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

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: