Skip to content

Commit 5255db2

Browse files
committed
Add v0.31 to the CI branches
1 parent ff78698 commit 5255db2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- 'release-*'
99
- ray-jobs-feature
10+
- v0.31
1011
paths-ignore:
1112
- 'docs/**'
1213
- '**.adoc'

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Tests
22

33
on:
44
pull_request:
5-
branches: [ main, ray-jobs-feature ]
5+
branches: [ main, ray-jobs-feature, v0.31 ]
66
push:
7-
branches: [ main, ray-jobs-feature ]
7+
branches: [ main, ray-jobs-feature, v0.31 ]
88

99
jobs:
1010
unit-tests:

0 commit comments

Comments
 (0)