Skip to content

Commit 30e86e5

Browse files
committed
Enable release action on GitHub for 2.* tags
1 parent c847cf4 commit 30e86e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
tags: '1.1.*'
7+
tags:
8+
- '2.*'
9+
- '1.1.*'
810
pull_request:
911
branches: main
1012

0 commit comments

Comments
 (0)