We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5a24 commit f70e1c1Copy full SHA for f70e1c1
2 files changed
.github/workflows/e2e-test.yml
@@ -1,8 +1,10 @@
1
name: Playwright E2E Tests
2
3
on:
4
- - pull_request
5
- - workflow_dispatch
+ pull_request:
+ paths:
6
+ - 'template/tinyvue/**'
7
+ workflow_dispatch:
8
9
jobs:
10
e2e-test:
.github/workflows/unit-test.yaml
name: BackEnd UnitTest
+ - 'template/nestJs/**'
Backend:
0 commit comments