From dff81e0830397071ce9d7abb6bd1cec08b0a1894 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Sun, 24 Sep 2023 19:40:31 +0200 Subject: [PATCH] run integration test on push for test --- .github/workflows/integration_object_storage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration_object_storage.yml b/.github/workflows/integration_object_storage.yml index 80524d6e..4a1ab5eb 100644 --- a/.github/workflows/integration_object_storage.yml +++ b/.github/workflows/integration_object_storage.yml @@ -1,5 +1,6 @@ name: Run Object Storage Integration Tests on: + push: pull_request: paths: - '**ObjectStore**'