Skip to content

Commit ca69937

Browse files
committed
Open 1.5.x-dev
1 parent fa497c5 commit ca69937

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.4.x"
9+
- "1.5.x"
1010

1111
jobs:
1212
lint:

.github/workflows/platform-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.4.x"
9+
- "1.5.x"
1010

1111
jobs:
1212
tests:

.github/workflows/test-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Test projects"
55
on:
66
push:
77
branches:
8-
- "1.4.x"
8+
- "1.5.x"
99

1010
jobs:
1111
test-projects:

0 commit comments

Comments
 (0)