From cdab8fd50fe43085e9a556ac50863c3bd8d3f113 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Wed, 29 Mar 2023 17:02:12 +0530 Subject: [PATCH] run standalone integration test --- .github/workflows/intergration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/intergration-test.yml b/.github/workflows/intergration-test.yml index 574e9eb03..5a0ef7a4f 100644 --- a/.github/workflows/intergration-test.yml +++ b/.github/workflows/intergration-test.yml @@ -7,7 +7,8 @@ on: pull_request: push: - branches: [main] + # TODO: remove e2eTest from here + branches: [main, e2eTest] tags: ["v*.*.*"] repository_dispatch: