1 parent 7672806 commit 69cc65cCopy full SHA for 69cc65c
1 file changed
.github/workflows/PR-test.yml
@@ -14,14 +14,6 @@ name: 测试PR
14
15
on:
16
push:
17
- pull_request:
18
- types: [
19
- opened,
20
- synchronize, # 后续提交
21
- ready_for_review, # draft PR 转为正式 PR
22
- review_requested,
23
- reopened,
24
- ]
25
paths:
26
- "src/**"
27
- "lib/**"
@@ -31,7 +23,6 @@ jobs:
31
test-on-ubuntu:
32
name: 在Ubuntu上测试
33
runs-on: ubuntu-latest
34
- if: github.event.pull_request.base.ref == 'dev'
35
36
steps:
37
28
- name: 检出代码
@@ -48,7 +39,6 @@ jobs:
48
39
test-on-windows:
49
40
name: 在Windows上测试
50
41
runs-on: windows-latest
51
52
42
53
43
54
44
0 commit comments