🔧 (typescript_test.yml): update workflow trigger from workflow_dispatch to pull_request and merge_group to improve workflow automation and efficiency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-27 09:53:39 -03:00
commit 9d8da1be69

View file

@ -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"