diff --git a/.github/workflows/trigger-dashboard-search-e2e.yml b/.github/workflows/trigger-dashboard-search-e2e.yml index e4ccf56fa52..db7025f17c1 100644 --- a/.github/workflows/trigger-dashboard-search-e2e.yml +++ b/.github/workflows/trigger-dashboard-search-e2e.yml @@ -6,16 +6,16 @@ on: branches: - main paths: - - public/app/features/search/**/*.ts - - public/app/features/search/**/*.tsx - - pkg/storage/**/*.go + - public/app/features/search/**/*.ts + - public/app/features/search/**/*.tsx + - pkg/storage/**/*.go pull_request: branches: - main paths: - - public/app/features/search/**/*.ts - - public/app/features/search/**/*.tsx - - pkg/storage/**/*.go + - public/app/features/search/**/*.ts + - public/app/features/search/**/*.tsx + - pkg/storage/**/*.go env: ARCH: linux-amd64