From e4ccebe344b47ca68f42c8bb6f0d9294a84a6d90 Mon Sep 17 00:00:00 2001 From: Eric <697460+esimorre@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:46:26 +0100 Subject: [PATCH] more python versions, on push master --- .github/workflows/django.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 23369ec..21ade5f 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -2,6 +2,10 @@ name: Django CI on: workflow_dispatch: + + push: + branches: + - master jobs: build: @@ -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