From 947ebf135b7df4521c9d6775134ce9bf15682e58 Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Thu, 7 Jan 2021 21:17:03 -0800 Subject: [PATCH] ignore docs --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index b93b895750..4be45bf092 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,7 +7,7 @@ on: - 'README.md' - 'samples/**' - 'charts/**' - - 'documentation/**' + - 'docs/**' pull_request: branches: - 'main' @@ -15,7 +15,7 @@ on: - 'README.md' - 'samples/**' - 'charts/**' - - 'documentation/**' + - 'docs/**' jobs: e2e-test: