PT-453 | Add backend support for is_part_of_cultural_route boolean field to enrolments, queue enrolments and their reports #1050
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: 17 |