Skip to content

Commit

Permalink
more python versions, on push master
Browse files Browse the repository at this point in the history
  • Loading branch information
esimorre authored Feb 10, 2024
1 parent a3a7d41 commit e4ccebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Django CI

on:
workflow_dispatch:

push:
branches:
- master

jobs:
build:
Expand All @@ -10,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11]
python-version: [3.6,3.8,3.11,3.12]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e4ccebe

Please sign in to comment.