Skip to content

Commit 78a2b46

Browse files
committed
enable tests
1 parent 68bdbde commit 78a2b46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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)