Skip to content

Commit 551d8ae

Browse files
authored
Merge pull request #5 from timkpaine/timkpaine-patch-1
Reduce CI
2 parents 8235b9e + e85ec36 commit 551d8ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build Status
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
# run on sunday nights
@@ -13,7 +15,7 @@ jobs:
1315

1416
strategy:
1517
matrix:
16-
python-version: [3.6, 3.7, 3.8]
18+
python-version: [3.9]
1719

1820
steps:
1921
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)