ci: Fix CI workflow not running on release branches (#8527)

This commit is contained in:
Manuel
2023-05-02 00:02:06 +02:00
committed by GitHub
parent f59d46c9e9
commit 6207a02df5

View File

@@ -1,7 +1,7 @@
name: ci name: ci
on: on:
push: push:
branches: [ release*, alpha, beta ] branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
pull_request: pull_request:
branches: branches:
- '**' - '**'