Skip to content

Commit 87c79d3

Browse files
committed
Fix branch push filter 3
1 parent 91d10f1 commit 87c79d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

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

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)