Changes for 1.13.1 release (#2087)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-21 15:22:59 +05:30
committed by GitHub
parent 72c89268ec
commit d06ad04341
11 changed files with 40 additions and 45 deletions
+4
View File
@@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths:
- '**.go'
pull_request:
branches:
- master
paths:
- '**.go'
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
+8
View File
@@ -4,9 +4,17 @@ on:
push:
branches:
- master
paths:
- '**.go'
- 'charts/**'
- 'test/**'
pull_request:
branches:
- master
paths:
- '**.go'
- 'charts/**'
- 'test/**'
workflow_dispatch:
jobs:
+8
View File
@@ -4,9 +4,17 @@ on:
push:
branches:
- master
paths:
- '**.go'
- 'charts/**'
- 'test/**'
pull_request:
branches:
- master
paths:
- '**.go'
- 'charts/**'
- 'test/**'
workflow_dispatch:
jobs: