Skip to content

Commit dbcb0de

Browse files
committed
Add 1.6 branch builds to CI
1 parent b679601 commit dbcb0de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ on:
33
push:
44
branches:
55
- master
6+
- "1.6"
67
paths-ignore:
78
- "README.md"
89
- "release-notes/*"
910
pull_request:
1011
branches:
1112
- master
13+
- "1.6"
1214
permissions:
1315
contents: read
1416
jobs:

0 commit comments

Comments
 (0)