completion removal and workflow trigger update
All checks were successful
code scans / scans (push) Successful in 1m18s
All checks were successful
code scans / scans (push) Successful in 1m18s
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
name: "code scans"
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
scans:
|
||||
|
@@ -28,5 +28,7 @@ func Execute() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
rootCmd.CompletionOptions = cobra.CompletionOptions{
|
||||
DisableDefaultCmd: true,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user