From 96110d2d4dccb990a905fb677c53674fd793720d Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Fri, 31 May 2024 12:37:00 -0400 Subject: [PATCH] [ghactions] Allow both unstable and release branch builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55cbc541..890c702d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ unstable ] + branches: [ unstable, '[0-9]+.[0-9]+.x' ] pull_request: - branches: [ unstable ] + branches: [ unstable, '[0-9]+.[0-9]+.x' ] workflow_call: workflow_dispatch: