add push trigger for kubeconform workflow
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 25s

This commit is contained in:
2025-12-12 15:33:48 +05:30
parent bc35f5d7c1
commit b91d813ea7

View File

@@ -3,6 +3,8 @@ name: Validate Kubernetes Manifests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
kubeconform: