mirror of
https://github.com/helm/helm.git
synced 2026-08-05 15:40:40 +00:00
Update references to default branch name as it has changed to main
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -13,10 +13,10 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '29 6 * * 6'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user