🔧 (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:
parent
8c0f5ff422
commit
9d8da1be69
1 changed files with 2 additions and 6 deletions
8
.github/workflows/typescript_test.yml
vendored
8
.github/workflows/typescript_test.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue