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: - '**'