Skip to content

Commit 4e9360e

Browse files
committed
Only run mixed version tests on release branches
(cherry picked from commit c6aa886) (cherry picked from commit 0746c3a)
1 parent 5c1fe02 commit 4e9360e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-mixed-versions.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Mixed Version Clusters
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- v3.9.x
7+
- v3.8.x
38
jobs:
49
test-mixed-versions:
510
name: Test (Mixed Version Cluster)

0 commit comments

Comments
 (0)