Skip to content

Commit 69cc65c

Browse files
author
Mikachu2333
committed
fix_action
1 parent 7672806 commit 69cc65c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/PR-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ name: 测试PR
1414

1515
on:
1616
push:
17-
pull_request:
18-
types: [
19-
opened,
20-
synchronize, # 后续提交
21-
ready_for_review, # draft PR 转为正式 PR
22-
review_requested,
23-
reopened,
24-
]
2517
paths:
2618
- "src/**"
2719
- "lib/**"
@@ -31,7 +23,6 @@ jobs:
3123
test-on-ubuntu:
3224
name: 在Ubuntu上测试
3325
runs-on: ubuntu-latest
34-
if: github.event.pull_request.base.ref == 'dev'
3526

3627
steps:
3728
- name: 检出代码
@@ -48,7 +39,6 @@ jobs:
4839
test-on-windows:
4940
name: 在Windows上测试
5041
runs-on: windows-latest
51-
if: github.event.pull_request.base.ref == 'dev'
5242

5343
steps:
5444
- name: 检出代码

0 commit comments

Comments
 (0)