run kubeconform workflow on push
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user