Skip to content

Commit 1677fce

Browse files
committed
build: add maintenance branches
1 parent a99e76f commit 1677fce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
workflow_run:
66
workflows: CI
77
types: completed
8-
branches: main
8+
branches:
9+
- main
10+
- '[0-9]+.x'
11+
- '[0-9]+.[0-9]+.x'
912
permissions:
1013
contents: read
1114
concurrency: release

0 commit comments

Comments
 (0)