Update github workflow
Signed-off-by: Tao Jiang <taoj@vmware.com>
This commit is contained in:
parent
52f6fa57e6
commit
aabb88c35b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/vmware-go-kcl-v2-ci.yml
vendored
4
.github/workflows/vmware-go-kcl-v2-ci.yml
vendored
|
|
@ -2,7 +2,7 @@ name: vmware-go-kcl-v2
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, upgrade/aws-sdk-to-v2 ]
|
branches: [ main ]
|
||||||
paths-ignore: [ README.md ]
|
paths-ignore: [ README.md ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
@ -65,4 +65,4 @@ jobs:
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
with:
|
with:
|
||||||
# path to SARIF file relative to the root of the repository
|
# path to SARIF file relative to the root of the repository
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue