Skip to content

Commit e7f098c

Browse files
authored
Enable CI for 0.15.x branch (#1188)
1 parent 1063148 commit e7f098c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master, 0.15.x ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master, 0.15.x ]
66

77
name: Continuous integration
88

0 commit comments

Comments
 (0)