We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae103 commit c793292Copy full SHA for c793292
.github/workflows/release-automated.yml
@@ -1,7 +1,7 @@
1
name: release-automated
2
on:
3
push:
4
- branches: [ release, alpha, beta, next-major, release-4.x.x, release-5.x.x ]
+ branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
5
jobs:
6
release:
7
runs-on: ubuntu-latest
0 commit comments