ci: Fix CI workflow not running on release branches (#8527)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||||
- '**'
|
- '**'
|
||||||
|
|||||||
Reference in New Issue
Block a user