Skip CI for dependabot PR and remove manual dispatch (#3080)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2024-12-08 12:06:17 +05:30
committed by GitHub
parent 238cfd854b
commit 87cac28cad
5 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
branches-ignore:
- dependabot/**
paths:
- "**.go"
- "charts/**"
@@ -19,7 +21,6 @@ on:
- "test/**"
- go.mod
- go.sum
workflow_dispatch:
env:
HELM_VERSION: v3.13.0