From f187b92e3ade7545cace8355adf648b7c4468c39 Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 26 Aug 2024 14:12:54 -0600 Subject: [PATCH] run integration tests on push in main and release/* (#21666) * run integration tests on push in main and release/* * Update .github/workflows/test-integrations.yml Co-authored-by: Michael Zalimeni --------- Co-authored-by: Michael Zalimeni --- .github/workflows/test-integrations.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 3d57c90994..a6fa149bba 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -13,6 +13,11 @@ on: - 'backport/docs/**' - 'backport/ui/**' - 'backport/mktg-**' + push: + branches: + # Push events on the main branch + - main + - release/** env: TEST_RESULTS_DIR: /tmp/test-results