diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml
index 889bfb828f77445420d0b0db40fce39b8748c2b0..e763dd53179c7923e37c0e185af2c342cac41d86 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 3b5a09840cbe97ca301deb127615c27b97192c87..3b3ea8f25ffb06349bf4fffd17ecd8070718a247 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"