ci: Update release workflow for LTS branches (#8327)

This commit is contained in:
Manuel
2022-11-19 17:44:01 +01:00
committed by GitHub
parent c312e261b6
commit 6f527440c2

View File

@@ -1,7 +1,7 @@
name: release-automated
on:
push:
branches: [ release, alpha, beta, next-major ]
branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
jobs:
release:
runs-on: ubuntu-latest