From 7f66fb051cc597504144c298c58bc99c76d206b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Ramiro=20D=C3=ADaz?= Date: Tue, 16 Jul 2024 16:19:14 -0300 Subject: [PATCH] test: trigger CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Ramiro Díaz --- .github/workflows/backend_integration_tests_pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/backend_integration_tests_pr.yml b/.github/workflows/backend_integration_tests_pr.yml index 0de34275b..f3a9b434c 100644 --- a/.github/workflows/backend_integration_tests_pr.yml +++ b/.github/workflows/backend_integration_tests_pr.yml @@ -2,8 +2,6 @@ name: CI on: pull_request: - branches: - - staging types: - opened - synchronize