Skip to content

Commit 52b6a5b

Browse files
authored
Add GH Actions scheduled tests, Python 3.12 and on push to master
1 parent 8bb7c32 commit 52b6a5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tox.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ on:
44
pull_request:
55
branches:
66
- master
7+
push:
8+
branches:
9+
- master
710
schedule:
8-
- cron: "34 22 * * SUN" # run weekly
11+
- cron: "34 22 * * SUN" # run weekly
912
jobs:
1013
build:
1114
strategy:
1215
fail-fast: false
1316
matrix:
14-
python-version: [ '3.11', '3.10', '3.9', '3.8', '3.7' ]
17+
python-version: [ '3.12', '3.11', '3.10', '3.9', '3.8', '3.7' ]
1518
runs-on: ['ubuntu-latest']
1619
include:
1720
- runs-on: 'ubuntu-20.04'

0 commit comments

Comments
 (0)