Skip to content

HAUKI-669 | Switch to common reusable CI workflow #3

HAUKI-669 | Switch to common reusable CI workflow

HAUKI-669 | Switch to common reusable CI workflow #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
secrets: inherit
with:
python-version: 3.9
postgres-major-version: 13
use-postgis: true