From f6ed16abcb66f6c00e4ab382ea9e9aa1a803363c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 30 Jun 2026 20:53:18 +0200 Subject: [PATCH] github/workflows: run CI on release branches (cherry picked from commit 73fe0f48e3512c4e88b1ffdc9d147173baf16a41) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd7cca0..f122a33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: Continuous integration build on: push: - branches: [ master ] + branches: [ "master", "v[0-9]+.[0-9]+" ] pull_request: - branches: [ master ] + branches: [ "master", "v[0-9]+.[0-9]+" ] env: WLROOTS_VERSION: "0.20"