Skip to content

Commit 486c8bf

Browse files
committed
handle non-main release branches
1 parent f33cca8 commit 486c8bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/changeset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- 'release/**' # e.g. release/2.10.x
89

910
concurrency: ${{ github.workflow }}-${{ github.ref }}
1011

0 commit comments

Comments
 (0)