Skip to content

Commit 1ebffb9

Browse files
author
YangSen-qn
committed
change ci
1 parent e86ef98 commit 1ebffb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
on: [push]
1+
on:
2+
- push
3+
- pull_request
24
name: Run Test Cases
35
jobs:
46
test:
@@ -7,7 +9,7 @@ jobs:
79
max-parallel: 1
810
matrix:
911
python_version: ['2.7', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9']
10-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1113
steps:
1214
- name: Checkout repo
1315
uses: actions/checkout@v2

0 commit comments

Comments
 (0)