Skip to content

Commit 2537e1b

Browse files
committed
chore(CI): Run release workflow on stable branches
When we release from 8.0-stable we need to trigger the publish release workflow as well
1 parent 99535a2 commit 2537e1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [closed]
77
branches:
88
- main
9+
- '*-stable'
910

1011
jobs:
1112
publish:

0 commit comments

Comments
 (0)