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: