diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index d79868cc5f..f40458d74e 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -2,7 +2,7 @@ name: 'Gear Idea: e2e test' on: pull_request: - types: [synchronize, labeled] + types: [synchronize, labeled, opened] branches: [main] paths: - idea/api-gateway/** @@ -11,6 +11,7 @@ on: - idea/frontend/** - idea/test-balance/** - idea/tests/** + - idea/meta-storage/** workflow_dispatch: concurrency: