Skip to content

Commit 1586b8a

Browse files
authored
Update test.yml
1 parent a850f2a commit 1586b8a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
name: CodeCov
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
48

59
jobs:
610
unit-tests:
711
runs-on: ${{ matrix.os }}
812
strategy:
913
fail-fast: false
1014
matrix:
11-
python-version: [ "3.9", "3.10", "3.11", "3.12"]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1216
requirements-file: [
1317
dj42_cms311.txt,
1418
dj42_cms41.txt,

0 commit comments

Comments
 (0)