From 9d8da1be6938443e71d7f4ffa1894712e9c61702 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 27 Jun 2024 09:53:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(typescript=5Ftest.yml):=20updat?= =?UTF-8?q?e=20workflow=20trigger=20from=20workflow=5Fdispatch=20to=20pull?= =?UTF-8?q?=5Frequest=20and=20merge=5Fgroup=20to=20improve=20workflow=20au?= =?UTF-8?q?tomation=20and=20efficiency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/typescript_test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index 8a52540e9..33b54bea7 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -1,12 +1,8 @@ name: Run Frontend Tests on: - workflow_dispatch: - inputs: - branch: - description: "Branch to run tests on" - required: true - type: string + pull_request: + merge_group: env: POETRY_VERSION: "1.8.2"