Skip to content

chore(main): release tirehtoori 0.3.0 #179

chore(main): release tirehtoori 0.3.0

chore(main): release tirehtoori 0.3.0 #179

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:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
python-version: 3.12
postgres-major-version: 17
extra-commands: |
echo "ENABLE_ADMIN_APP=true" >> $GITHUB_ENV
echo "ENABLE_REDIRECT_APP=true" >> $GITHUB_ENV