Skip to content

Commit 91d10f1

Browse files
committed
Fix branch push filter 2
1 parent 74cd3a7 commit 91d10f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)