From 07cf11d11334cb05eeb0f5fa598c6e2c2ccbadfb Mon Sep 17 00:00:00 2001 From: Michael Thies Date: Thu, 12 Sep 2024 21:10:42 +0200 Subject: [PATCH] ci: Enable ci for maintenance branches --- .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 557d521..a65dcd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ main ] + branches: [ main, v*.x ] pull_request: - branches: [ main ] + branches: [ main, v*.x ] jobs: test: