Skip to content

build: ci workflow (#405) #823

build: ci workflow (#405)

build: ci workflow (#405) #823

Workflow file for this run

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