run kubeconform workflow on push

This commit is contained in:
2026-01-01 05:48:17 +05:30
parent 7ebe9b17db
commit 1532fa57f6

View File

@@ -1,6 +1,11 @@
name: Validate Kubernetes Manifests
on: pull_request
on:
push:
paths:
- '**.yml'
- '**.yaml'
- '!.gitea/workflows/**'
jobs:
kubeconform:
@@ -19,6 +24,7 @@ jobs:
with:
files: |
**.yml
**.yaml
!.gitea/workflows/**
!clusters/default/system-upgrade/crd.yml