We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bdbde commit 78a2b46Copy full SHA for 78a2b46
.github/workflows/codeql-analysis.yml
@@ -14,10 +14,10 @@ name: "CodeQL"
14
15
on:
16
push:
17
- branches: [ master ]
+ branches: [ master,release-1.x ]
18
pull_request:
19
# The branches below must be a subset of the branches above
20
21
schedule:
22
- cron: '35 14 * * 3'
23
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Kubernetes Javascript Client - Validation
2
3
4
5
+ branches: [ master, release-1.x ]
6
7
8
9
jobs:
10
build:
0 commit comments