ci: Update release workflow for LTS branches (#8327)
This commit is contained in:
2
.github/workflows/release-automated.yml
vendored
2
.github/workflows/release-automated.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: release-automated
|
name: release-automated
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ release, alpha, beta, next-major ]
|
branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user