From 6cb186c144ddc17861987d8613f048a3b1ac6c14 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 8 Jul 2020 16:23:25 -0400 Subject: [PATCH] Changes in TAG file should trigger e2e testing --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6952d2b31..7f6c3cffb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,7 @@ jobs: - 'go.mod' - 'go.sum' - 'rootfs/**/*' + - 'TAG' charts: - 'charts/ingress-nginx/Chart.yaml' - 'charts/ingress-nginx/*'