From 3e7eb5b3a0a9e2a062d0dfafd69b1218d447de6d Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 1 Dec 2020 12:23:10 -0300 Subject: [PATCH] Ensure any change in the charts directory trigger ci tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec1fe3a98..bdbeafde2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - 'test/e2e/**/*' charts: - 'charts/ingress-nginx/Chart.yaml' - - 'charts/ingress-nginx/*' + - 'charts/ingress-nginx/**/*' build: name: Build