Skip to content

Commit 912ceb5

Browse files
authored
Merge pull request #870 from davidgamero/enable-tests
Enable release-1.x tests
2 parents 453e787 + 78a2b46 commit 912ceb5

File tree

11 files changed

+8752
-8775
lines changed

11 files changed

+8752
-8775
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ name: "CodeQL"
1414

1515
on:
1616
push:
17-
branches: [ master ]
17+
branches: [ master,release-1.x ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [ master ]
20+
branches: [ master,release-1.x ]
2121
schedule:
2222
- cron: '35 14 * * 3'
2323

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Kubernetes Javascript Client - Validation
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, release-1.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, release-1.x ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)