update test-enjoy-app.yml action

This commit is contained in:
an-lee
2024-03-29 06:49:48 +08:00
parent 98d3fa4b99
commit 70033b3138

View File

@@ -1,14 +1,17 @@
name: Test Enjoy App
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- main
paths:
- "enjoy/**/*.ts"
- "enjoy/**/*.tsx"
- "enjoy/**/*.js"
- "enjoy/**/*.mjs"
- "enjoy/**"
- "yarn.lock"
pull_request:
branches:
- main
paths:
- "enjoy/**"
- "yarn.lock"
jobs:
e2e-test: