From 89c43d7fb41e7d0c4a146fbfeb6c30fd4ebd14c5 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Jan 2025 14:19:50 +0100 Subject: [PATCH] fix --- .gitea/workflows/helm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index c5d836c..5e025b8 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -2,10 +2,8 @@ name: Helm on: pull_request: - paths: [ "templates/prometheus-postgres-exporter/*.yaml" ] types: [ "opened", "reopened", "synchronize" ] - push: - # paths: [ "templates/prometheus-postgres-exporter/*.yaml" ] + push: {} workflow_dispatch: {} jobs: