From 6d545588813599565c762a943af0a1b58d3a20a2 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 1 May 2023 23:59:26 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc27805e5f..91cad880f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: ci on: push: - branches: [ release*, alpha, beta ] + branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ] pull_request: branches: - '**'