Skip to content

Commit bb13ecd

Browse files
committed
ci template
1 parent fd9746b commit bb13ecd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
push:
55
paths:
66
- "**.py"
7-
pull_request:
8-
paths:
9-
- "**.py"
107

118
jobs:
129

1310
linux:
1411
runs-on: ubuntu-latest
1512
steps:
16-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1714
- uses: actions/setup-python@v1
1815
with:
1916
python-version: '3.x'
@@ -26,7 +23,7 @@ jobs:
2623
windows:
2724
runs-on: windows-latest
2825
steps:
29-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v2
3027
- uses: actions/setup-python@v1
3128
with:
3229
python-version: '3.x'

0 commit comments

Comments
 (0)