mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 23:11:35 +08:00
🔧 (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:
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:
|
||||
|
||||
Reference in New Issue
Block a user