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 321ab46 commit 0150c38Copy full SHA for 0150c38
.github/workflows/codeql-analysis.yml
@@ -14,10 +14,10 @@ name: 'CodeQL'
14
15
on:
16
push:
17
- branches: [main]
+ branches: [master, main]
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
6
7
8
9
jobs:
10
build:
0 commit comments