run workflow on push event
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 15s

This commit is contained in:
2025-12-12 23:07:40 +05:30
parent 944bc1f158
commit 0345ca3f5b

View File

@@ -1,10 +1,10 @@
name: Validate Kubernetes Manifests
on:
pull_request:
branches: [main]
push:
branches: [main]
paths:
- '**.yml'
- '! .gitea/workflows/**'
jobs:
kubeconform: