From 53b647f7487d2d7216448621dc4ea47ef9aba83b Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sat, 1 May 2021 13:34:37 +0200
Subject: [PATCH] actions: build gluon for next sub-branches

Currently we do not perform CI firmware builds on the next-2102 branch.

Build Gluon for all branches starting with "next" to increase the
coverage of our build tests.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 .github/workflows/build-gluon.yml   | 2 +-
 contrib/actions/generate-actions.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml
index 889bfb828..e763dd531 100644
--- a/.github/workflows/build-gluon.yml
+++ b/.github/workflows/build-gluon.yml
@@ -7,7 +7,7 @@ on:
   push:
     branches:
       - master
-      - next
+      - next*
       - v20*
     paths:
       - "modules"
diff --git a/contrib/actions/generate-actions.py b/contrib/actions/generate-actions.py
index 3b5a09840..3b3ea8f25 100755
--- a/contrib/actions/generate-actions.py
+++ b/contrib/actions/generate-actions.py
@@ -11,7 +11,7 @@ on:
   push:
     branches:
       - master
-      - next
+      - next*
       - v20*
     paths:
       - "modules"
-- 
GitLab