Skip to content

Commit 869a4bb

Browse files
committed
Fix branch push filter 4
1 parent 87c79d3 commit 869a4bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ name: Release
66
on:
77
workflow_dispatch:
88
push:
9-
branches:
10-
- '1.*.*'
9+
branches: ['1.*']
1110

1211
permissions:
1312
contents: read

0 commit comments

Comments
 (0)